Class ImageToolsSection
Inheritance
System.Object
ImageToolsSection
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ImageToolsSection : DependencyObject, ILocalizable
Constructors
ImageToolsSection()
Declaration
public ImageToolsSection()
Fields
HeaderProperty
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
System.
|
Properties
Header
Declaration
public string Header { get; set; }
Property Value
System.
|
Items
Declaration
public ObservableCollection<ImageToolItem> Items { get; }
Property Value
System.
|
Explicit Interface Implementations
ILocalizable.SetString(String)
Declaration
void ILocalizable.SetString(string localizedValue)
Parameters
System.
|