Class
WindowTitle

Used to render the RibbonTitle.

Definition

Namespace:Telerik.UI.Xaml.Controls.RibbonView.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class WindowTitle : Control

Inheritance: objectWindowTitle

Constructors

WindowTitle()

Initializes a new instance of the WindowTitle class.

Declaration

cs-api-definition
public WindowTitle()

Fields

ApplicationNameProperty

Identifies the ApplicationName property.

Declaration

cs-api-definition
public static readonly DependencyProperty ApplicationNameProperty

Field Value

DependencyProperty

DividerVisibilityProperty

Identifies the DividerVisibility property.

Declaration

cs-api-definition
public static readonly DependencyProperty DividerVisibilityProperty

Field Value

DependencyProperty

IsActiveProperty

Identifies the IsActive property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsActiveProperty

Field Value

DependencyProperty

TitleProperty

Identifies the Title property.

Declaration

cs-api-definition
public static readonly DependencyProperty TitleProperty

Field Value

DependencyProperty

Properties

ApplicationName

Gets or sets the name of the application.

Declaration

cs-api-definition
public string ApplicationName { get; set; }

Property Value

string

The name of the application.

DividerVisibility

Gets or sets value that determines, whether the Divider is visible or not.

Declaration

cs-api-definition
public Visibility DividerVisibility { get; set; }

Property Value

Visibility

IsActive

Gets or sets a value indicating whether this instance is active.

Declaration

cs-api-definition
public bool IsActive { get; set; }

Property Value

bool

True if this instance is active; otherwise, false.

Title

Gets or sets the title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

The title.

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

Declaration

cs-api-definition
protected override void OnApplyTemplate()

OnCreateAutomationPeer()

Creates an appropriate WindowTitleAutomationPeer for this control.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

ToString()

Returns a string that represents the current object.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents the current object.