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.Windows.DependencyProperty
|
Properties
Header
Declaration
public string Header { get; set; }
Property Value
System.String
|
Items
Declaration
public ObservableCollection<ImageToolItem> Items { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<ImageToolItem>
|
Explicit Interface Implementations
ILocalizable.SetString(String)
Declaration
void ILocalizable.SetString(string localizedValue)
Parameters
System.String
localizedValue
|