Class ToolSettingsHeader
Inheritance
System.Object
ToolSettingsHeader
Namespace: Telerik.Windows.Media.Imaging.Tools.UI
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ToolSettingsHeader : ContentControl
Constructors
ToolSettingsHeader()
Declaration
public ToolSettingsHeader()
Fields
HeaderProperty
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Header
Declaration
public string Header { get; set; }
Property Value
System.String
|
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |