WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParallelTheme - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ParallelTheme

    Inheritance
    System.Object
    DiagramTheme
    ParallelTheme
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    DiagramTheme.GetNodeStyle(StyleId)
    DiagramTheme.GetConnectorStyle(StyleId)
    DiagramTheme.OnPropertyChanged(String)
    DiagramTheme.Theme
    DiagramTheme.NodeStyles
    DiagramTheme.ConnectorStyles
    DiagramTheme.PropertyChanged
    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()
    Namespace: Syncfusion.UI.Xaml.Diagram.Theming
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class ParallelTheme : DiagramTheme, INotifyPropertyChanged

    Constructors

    ParallelTheme()

    Declaration
    public ParallelTheme()

    Properties

    ConnectorVariantStyles

    Declaration
    public List<Dictionary<StyleId, DiagramItemStyle>> ConnectorVariantStyles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.Dictionary<StyleId, DiagramItemStyle>>

    VariantStyles

    Declaration
    public List<Dictionary<StyleId, DiagramItemStyle>> VariantStyles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.Dictionary<StyleId, DiagramItemStyle>>

    Methods

    InitializeStyles()

    Declaration
    public override void InitializeStyles()
    Overrides
    DiagramTheme.InitializeStyles()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved