Rectangle.Left 属性

Gets the distance from the rectangle to the left side of the container.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Overrides ReadOnly Property Left As ReportSize
    Get
用法
Dim instance As Rectangle
Dim value As ReportSize

value = instance.Left
public override ReportSize Left { get; }
public:
virtual property ReportSize^ Left {
    ReportSize^ get () override;
}
abstract Left : ReportSize
override Left : ReportSize
override function get Left () : ReportSize