In This Topic
Gets or sets the font of the text run.
Syntax
'Declaration
Public Property Font As Font
'Usage
Dim instance As TextRun
Dim value As Font
instance.Font = value
value = instance.Font
public Font Font {get; set;}
public read-write property Font: Font;
public function get,set Font : Font
public: __property Font* get_Font();
public: __property void set_Font(
Font* value
);
public:
property Font^ Font {
Font^ get();
void set ( Font^ value);
}
See Also