Rectangle.Top 属性

Gets the distance from this rectangle to the top of the container.

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

语法

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

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