GaugePanelInstance.AntiAliasing 属性

Gets the calculated value of the AntiAliasing property in a GaugePanel class.

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

语法

声明
Public ReadOnly Property AntiAliasing As GaugeAntiAliasings
    Get
用法
Dim instance As GaugePanelInstance
Dim value As GaugeAntiAliasings

value = instance.AntiAliasing
public GaugeAntiAliasings AntiAliasing { get; }
public:
property GaugeAntiAliasings AntiAliasing {
    GaugeAntiAliasings get ();
}
member AntiAliasing : GaugeAntiAliasings
function get AntiAliasing () : GaugeAntiAliasings

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.GaugeAntiAliasings
A GaugeAntiAliasings value that represents the calculated value of the AntiAliasing property.