RibbonImageSourceLargeImage Property
 | 
Namespace:  Bricscad.Private.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
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
Type: 
ImageSource 
See Also