OwnerDrawPropertyBag.Font Property

Definition

Gets or sets the font of the text displayed by the component.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
public System.Drawing.Font Font { get; set; }
public System.Drawing.Font? Font { get; set; }
member this.Font : System.Drawing.Font with get, set
Public Property Font As Font

Property Value

The Font to apply to the text displayed by the component. The default is null.

Applies to