Class OutlineInfo
ViewModel representation of series Telerik.Documents.Common.Model.Outline class.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Charts
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class OutlineInfo : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
OutlineInfo()
Declaration
public OutlineInfo()
Properties
Fill
The fill of the marker's geometry.
Declaration
public Brush Fill { get; set; }
Property Value
System.Windows.Media.Brush
|
Thickness
The stroke thickness of the marker's geoemtry.
Declaration
public double Thickness { get; set; }
Property Value
System.Double
|