Class
ToolSettingsHeader

Definition

Namespace:Telerik.Windows.Media.Imaging.Tools.UI

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class ToolSettingsHeader : ContentControl

Inheritance: objectToolSettingsHeader

Constructors

ToolSettingsHeader()

Declaration

cs-api-definition
public ToolSettingsHeader()

Fields

HeaderProperty

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

Properties

Header

Declaration

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

Property Value

string

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.