GaugePanel.TextAntiAliasingQuality Property

Definition

Gets or sets the anti-aliasing quality for text.

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

Property Value

A ReportExpression<T> object.

Applies to