Back to Devexpress

XtraForm.SurfaceMaterial Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-fddb11bb.md

latest1.4 KB
Original Source

XtraForm.SurfaceMaterial Property

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[DefaultValue(SurfaceMaterial.Default)]
[DXCategory("Options")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[XtraSerializableProperty(XtraSerializationVisibility.Visible)]
public virtual SurfaceMaterial SurfaceMaterial { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Advanced)>
<DXCategory("Options")>
<DefaultValue(SurfaceMaterial.Default)>
<XtraSerializableProperty(XtraSerializationVisibility.Visible)>
Public Overridable Property SurfaceMaterial As SurfaceMaterial

Property Value

TypeDefault
DevExpress.XtraEditors.SurfaceMaterialDefault

See Also

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace