Share via


GaugeScale.TickMarksOnTop Property

Gets or sets a value that indicates whether tick marks should be drawn atop pointers.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property TickMarksOnTop As ReportExpression(Of Boolean)
    Get 
    Set
'Usage
Dim instance As GaugeScale 
Dim value As ReportExpression(Of Boolean)

value = instance.TickMarksOnTop

instance.TickMarksOnTop = value
public ReportExpression<bool> TickMarksOnTop { get; set; }
public:
property ReportExpression<bool> TickMarksOnTop {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member TickMarksOnTop : ReportExpression<bool> with get, set
function get TickMarksOnTop () : ReportExpression<boolean>
function set TickMarksOnTop (value : ReportExpression<boolean>)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.

See Also

Reference

GaugeScale Class

Microsoft.ReportingServices.RdlObjectModel Namespace