Class PointerCap
Represents a pointer cap for a radial gauge.
Inheritance
System.Object
PointerCap
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public class PointerCap
Constructors
PointerCap()
Declaration
public PointerCap()
PointerCap(ReportSerializer)
Declaration
public PointerCap(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
CapImage
Declaration
public CapImage CapImage { get; set; }
Property Value
Type | Description |
---|---|
CapImage |
CapStyle
Declaration
public CapStyle CapStyle { get; set; }
Property Value
Type | Description |
---|---|
CapStyle |
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OnTop
Declaration
public bool OnTop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Reflection
Declaration
public bool Reflection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Style
Declaration
public Style Style { get; set; }
Property Value
Type | Description |
---|---|
Style |
Width
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |