ClassificationFormatDefinition.FontRenderingSize Property

Definition

Gets or sets the the font rendering size for this classification format.

public:  property Nullable<double> FontRenderingSize {  public:
Nullable<double> get(); protected:
 void set(Nullable<double> value); };
public double? FontRenderingSize { get; protected set; }
member this.FontRenderingSize : Nullable<double> with get, set
Public Property FontRenderingSize As Nullable(Of Double)

Property Value

The rendering size.

Applies to