Class DiagramItemStyle
Inheritance
System.Object
DiagramItemStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class DiagramItemStyle : IDiagramItemStyle, INotifyPropertyChanged
Constructors
DiagramItemStyle()
Declaration
public DiagramItemStyle()
Properties
Fill
Declaration
public Brush Fill { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
FillOpacity
Declaration
public double FillOpacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
FillRule
Declaration
public FillRule FillRule { get; set; }
Property Value
Type |
Description |
System.Windows.Media.FillRule |
|
FontFamily
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
Description |
System.Windows.Media.FontFamily |
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Foreground
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
StrokeDashArray
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
Type |
Description |
System.Windows.Media.DoubleCollection |
|
StrokeLineCap
Declaration
public PenLineCap StrokeLineCap { get; set; }
Property Value
Type |
Description |
System.Windows.Media.PenLineCap |
|
StrokeLineJoin
Declaration
public PenLineJoin StrokeLineJoin { get; set; }
Property Value
Type |
Description |
System.Windows.Media.PenLineJoin |
|
StrokeMiterLimit
Declaration
public double StrokeMiterLimit { get; set; }
Property Value
Type |
Description |
System.Double |
|
StrokeOpacity
Declaration
public double StrokeOpacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged