WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TitleBar

    Show / Hide Table of Contents

    Class TitleBar

    This class is a container for title bar items in .

    Inheritance
    System.Object
    TitleBar
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class TitleBar : ContentControl

    Constructors

    TitleBar()

    Initializes a new instance of the TitleBar class.

    Declaration
    public TitleBar()

    Fields

    IconProperty

    Identifies Icon dependency property.

    Declaration
    public static readonly DependencyProperty IconProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Icon

    Gets or sets the value that represents image source of the .

    Declaration
    public ImageSource Icon { get; set; }
    Property Value
    Type Description
    System.Windows.Media.ImageSource

    The icon of the window.

    Methods

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved