LinearScale.StartMargin 属性
Distance between the start of the gauge and the start of the scale, as a percentage of the size of the gauge.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property StartMargin As ReportExpression(Of Double)
Get
Set
用法
Dim instance As LinearScale
Dim value As ReportExpression(Of Double)
value = instance.StartMargin
instance.StartMargin = value
public ReportExpression<double> StartMargin { get; set; }
public:
property ReportExpression<double> StartMargin {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member StartMargin : ReportExpression<float> with get, set
function get StartMargin () : ReportExpression<double>
function set StartMargin (value : ReportExpression<double>)