Class
TreeViewItemImage

Represents an image in a TreeViewItemView control.

Definition

Namespace:Telerik.Maui.Controls.TreeView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class TreeViewItemImage : Image

Inheritance: objectTreeViewItemImage

Constructors

TreeViewItemImage()

Initializes a new instance of the TreeViewItemImage class.

Declaration

cs-api-definition
public TreeViewItemImage()

Fields

StyleProperty

Identifies the Style property.

Declaration

cs-api-definition
public static readonly BindableProperty StyleProperty

Field Value

BindableProperty

Properties

Style

Gets or sets the Style of the control.

Declaration

cs-api-definition
public Style Style { get; set; }

Property Value

Style