Właściwość GaugePanel.AntiAliasing
Typ antialiasing panelu Obrys skrajni.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property AntiAliasing As ReportEnumProperty(Of GaugeAntiAliasings)
Get
'Użycie
Dim instance As GaugePanel
Dim value As ReportEnumProperty(Of GaugeAntiAliasings)
value = instance.AntiAliasing
public ReportEnumProperty<GaugeAntiAliasings> AntiAliasing { get; }
public:
property ReportEnumProperty<GaugeAntiAliasings>^ AntiAliasing {
ReportEnumProperty<GaugeAntiAliasings>^ get ();
}
member AntiAliasing : ReportEnumProperty<GaugeAntiAliasings>
function get AntiAliasing () : ReportEnumProperty<GaugeAntiAliasings>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeAntiAliasings>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także