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