GaugePanel.AntiAliasing Property

Definition

Gets or sets the anti-aliasing type for the gauge panel.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::AntiAliasingTypes> AntiAliasing { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::AntiAliasingTypes> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::AntiAliasingTypes> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.AntiAliasingTypes> AntiAliasing { get; set; }
member this.AntiAliasing : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.AntiAliasingTypes> with get, set
Public Property AntiAliasing As ReportExpression(Of AntiAliasingTypes)

Property Value

A ReportExpression<T> object.

Applies to