Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid.Views3D Assembly / Xceed.Wpf.DataGrid.Views Namespace / ChameleonTheme Class / TitleRegionOrientation Property


In This Topic
    TitleRegionOrientation Property
    In This Topic
    Gets or sets a value representing the orientation of the title region.
    Syntax
    'Declaration
     
    Public Property TitleRegionOrientation As ChameleonTitleRegionOrientation
    'Usage
     
    Dim instance As ChameleonTheme
    Dim value As ChameleonTitleRegionOrientation
     
    instance.TitleRegionOrientation = value
     
    value = instance.TitleRegionOrientation
    public ChameleonTitleRegionOrientation TitleRegionOrientation {get; set;}

    Property Value

    A ChameleonTitleRegionOrientation value representing the orientation of the title region. By default, ChameleonTitleRegionOrientation.Upward.
    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