Freigeben über


TickMarkStyle.Shape-Eigenschaft

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>

Eigenschaftswert

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

Siehe auch

Verweis

TickMarkStyle Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace