Class
ImageToolsSection

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class ImageToolsSection : DependencyObject, ILocalizable

Inheritance: objectImageToolsSection

Implements: ILocalizable

Constructors

ImageToolsSection()

Declaration

cs-api-definition
public ImageToolsSection()

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

Items

Declaration

cs-api-definition
public ObservableCollection<ImageToolItem> Items { get; }

Property Value

ObservableCollection<ImageToolItem>