A newer version of this page is available.
Switch to the current version.
BaseShapeAppearance.ContentBrush Property
Gets or sets the brush used to paint the object's interior region.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v18.2.Core.dll
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public BrushObject ContentBrush { get; set; }
<XtraSerializableProperty(XtraSerializationVisibility.Content, True)>
Public Property ContentBrush As BrushObject
Property Value
Type | Description |
---|---|
BrushObject | A BaseShapeAppearance descendant used to paint the object's interior region. |
See Also
Feedback