Xceed Toolkit for Maui v2.0 Documentation
Content Property (Border)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > Border Class : Content Property
Gets or sets the Border's content, in other words, what's inside the Border.
Syntax
'Declaration
 
Public Property Content As View
'Usage
 
Dim instance As Border
Dim value As View
 
instance.Content = value
 
value = instance.Content
public View Content {get; set;}
Remarks
When the Content contains a Label control, an Entry control or any other type of Control offered by Xceed, this Control will automatically inherit the values set for the Border's FontAttributesFontFamily, FontSize & TextColor properties, unless different values are specified for said properties on that Control.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Border Class
Border Members