QuickOPC User's Guide and Reference
Font Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : Font Property
Syntax
'Declaration
 
<AmbientValueAttribute("")>
<BrowsableAttribute(False)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<LocalizableAttribute(True)>
<NotNullAttribute()>
Public Shadows Property Font As Font
'Usage
 
Dim instance As BrowseControl
Dim value As Font
 
instance.Font = value
 
value = instance.Font
[AmbientValue("")]
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Localizable(true)]
[NotNull()]
public new Font Font {get; set;}
[AmbientValue("")]
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[Localizable(true)]
[NotNull()]
public:
new property Font^ Font {
   Font^ get();
   void set (    Font^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also