OlkControl.MinimumHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an Integer (int in C#) value that specifies the minimum height the control can be automatically sized down to. Read/write.
public:
property int MinimumHeight { int get(); void set(int value); };
public int MinimumHeight { get; set; }
Public Property MinimumHeight As Integer
Property Value
Remarks
EnableAutoLayout must be set to True in order for MinimumLength to become effective.