Share via


TickMarkStyle.Shape Property

Gets the shape of the tick mark.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Shape As ReportEnumProperty(Of GaugeTickMarkShapes)
    Get
'Usage
Dim instance As TickMarkStyle 
Dim value As ReportEnumProperty(Of GaugeTickMarkShapes)

value = instance.Shape
public ReportEnumProperty<GaugeTickMarkShapes> Shape { get; }
public:
property ReportEnumProperty<GaugeTickMarkShapes>^ Shape {
    ReportEnumProperty<GaugeTickMarkShapes>^ get ();
}
member Shape : ReportEnumProperty<GaugeTickMarkShapes>
function get Shape () : ReportEnumProperty<GaugeTickMarkShapes>

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeTickMarkShapes>
A ReportEnumProperty<EnumType> object.

See Also

Reference

TickMarkStyle Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace