_DRecipientControl.Font Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the font used to render the text inside the control. Read-only.
public:
property System::Object ^ Font { System::Object ^ get(); void set(System::Object ^ value); };
public object Font { get; set; }
Public Property Font As Object