Window.MinSize Property (Typed) | |
The minimum size for the window
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY MinSize AS Dimension GET SET
public virtual Dimension MinSize { get; set; }
Request Example
View SourceProperty Value
Type:
DimensionThe minimum size for the window
See Also