Share via


LinearScale.EndMargin Property

Distance between the end of the gauge and the end of the scale, as a percentage of the size of the gauge.

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

Syntax

'Declaration
Public Property EndMargin As ReportExpression(Of Double)
    Get
    Set
'Usage
Dim instance As LinearScale
Dim value As ReportExpression(Of Double)

value = instance.EndMargin

instance.EndMargin = value
public ReportExpression<double> EndMargin { get; set; }
public:
property ReportExpression<double> EndMargin {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member EndMargin : ReportExpression<float> with get, set
function get EndMargin () : ReportExpression<double>
function set EndMargin (value : ReportExpression<double>)