PrintRibbonController.UseDefaultSvgImages Property
Obsolete. Use the PrintRibbonController.AllowDefaultSvgImages property instead.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the AllowDefaultSvgImages static property of the WindowsFormsSettings class from the DevExpress.XtraEditors namespace instead.")]
public bool UseDefaultSvgImages { get; set; }
<Obsolete("Use the AllowDefaultSvgImages static property of the WindowsFormsSettings class from the DevExpress.XtraEditors namespace instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property UseDefaultSvgImages As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, to use vector images; otherwise, false. |
See Also
Feedback