This property has been deprecated and will be removed from the API in a future release.
Gets and sets the minimum allowable text line height in pixels.
Syntax
public int MinimumTextLineHeight {get; set;}
public: __property int get_MinimumTextLineHeight();
public: __property void set_MinimumTextLineHeight(
int value
);
public:
property int MinimumTextLineHeight {
int get();
void set ( int value);
}
'Declaration
Public Property MinimumTextLineHeight As Integer
'Usage
Dim instance As Segmentation
Dim value As Integer
instance.MinimumTextLineHeight = value
value = instance.MinimumTextLineHeight
Exceptions
See Also