BarItemImageOptions.DefaultSvgImageSize Property
Gets or sets the size of the default vector image.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public virtual Size DefaultSvgImageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Size | A |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to DefaultSvgImageSize |
|---|---|
| BarButtonItem |
|
| BarItem |
|
| BarItemLink |
|
Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also