Mode available for DicomLabel.AutoSizeMode
Mode available for DicomLabel.AutoSizeMode
Member | Value | Description |
---|---|---|
doSizeModeAuto | 3 | Both the height and width are reduced to fit the size of the text displayed. The original width is still used to control the wrapping of the text |
doSizeModeAutoSizeHeight | 2 | The original width, as defined by the label's Area is used, but the height is reduced to fit the size of the actual text displayed |
doSizeModeAutoSizeWidth | 1 | The original height, as defined by the label's Area is used, but the width is reduced to fit the size of the actual text displayed |
doSizeModeNoAutoSize | 0 | The original size, as defined by the label's Area is used |