Class LegendItem
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class LegendItem : ViewModelBase, INotifyPropertyChanged
Constructors
LegendItem()
Declaration
public LegendItem()
Properties
Fill
Declaration
public Brush Fill { get; set; }
Property Value
Microsoft.
|
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Microsoft.
|
Title
Declaration
public string Title { get; set; }
Property Value
System.
|