TickMarkStyle.Shape Property

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>