'Declaration
<AmbientValueAttribute("")> <BrowsableAttribute(False)> <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)] [Localizable(true)] [NotNull()] public new Font Font {get; set;}
[AmbientValue("")] [Browsable(false)] [Localizable(true)] [NotNull()] public: new property Font^ Font { Font^ get(); void set ( Font^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).