PaneMaximumWidth Property
 | 
Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public int MaximumWidth { get; set; }
 
Public Property MaximumWidth As Integer
        Get
        Set
 
public:
property int MaximumWidth {
        int get ();
        void set (int value);
}
 
member MaximumWidth : int with get, set
 
 
 
Property Value
Type: 
Int32 
See Also