Back to Devexpress

BaseLeafPrimitive.Renderable Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-primitive-dot-baseleafprimitive-38338f06.md

latest1.3 KB
Original Source

BaseLeafPrimitive.Renderable Property

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

Namespace : DevExpress.XtraGauges.Core.Primitive

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
public bool Renderable { get; set; }
vb
<Browsable(False)>
<DefaultValue(True)>
Public Property Renderable As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

BaseLeafPrimitive Class

BaseLeafPrimitive Members

DevExpress.XtraGauges.Core.Primitive Namespace