Namespace: Bricscad.Windows
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public PaneStyles Style { get; set; }
 
Public Property Style As PaneStyles
        Get
        Set
 
public:
property PaneStyles Style {
        PaneStyles get ();
        void set (PaneStyles value);
}
 
member Style : PaneStyles with get, set
 
 
 
Property Value
PaneStyles
 
See Also