Skip to main content
A newer version of this page is available. .

BaseLeafPrimitive.Renderable Property

Gets or sets whether the object can be rendered on a graphics surface.

Namespace: DevExpress.XtraGauges.Core.Primitive

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

Declaration

[Browsable(false)]
[DefaultValue(true)]
public bool Renderable { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the object can be rendered on a graphics surface; otherwise, false.

See Also