MapLocation.Unit 属性

Gets the unit of measure to be used for both Left and Top.

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

语法

声明
Public ReadOnly Property Unit As ReportEnumProperty(Of Unit)
    Get
用法
Dim instance As MapLocation
Dim value As ReportEnumProperty(Of Unit)

value = instance.Unit
public ReportEnumProperty<Unit> Unit { get; }
public:
property ReportEnumProperty<Unit>^ Unit {
    ReportEnumProperty<Unit>^ get ();
}
member Unit : ReportEnumProperty<Unit>
function get Unit () : ReportEnumProperty<Unit>