Class DiagramThemeVariantGalleryItem
Inherited Members
Namespace: Syncfusion.UI.Xaml.DiagramRibbon
Assembly: Syncfusion.SfDiagramRibbon.Wpf.dll
Syntax
public class DiagramThemeVariantGalleryItem : RibbonGalleryItem
Constructors
DiagramThemeVariantGalleryItem()
Initializes a new instance of the DiagramThemeVariantGalleryItem class.
Declaration
public DiagramThemeVariantGalleryItem()
Properties
ConnectorVariant
Gets or sets the connector variant.
Declaration
public Dictionary<StyleId, DiagramItemStyle> ConnectorVariant { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<StyleId, DiagramItemStyle> |
Theme
Gets or sets the diagram theme.
Declaration
public DiagramTheme Theme { get; set; }
Property Value
Type |
---|
DiagramTheme |