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