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