PointerCap.OnTop 属性

Gets an expression that evaluates to a value that indicates whether the cap is displayed on top of the pointer.

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

语法

声明
Public ReadOnly Property OnTop As ReportBoolProperty
    Get
用法
Dim instance As PointerCap
Dim value As ReportBoolProperty

value = instance.OnTop
public ReportBoolProperty OnTop { get; }
public:
property ReportBoolProperty^ OnTop {
    ReportBoolProperty^ get ();
}
member OnTop : ReportBoolProperty
function get OnTop () : ReportBoolProperty