menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BubbleTheme - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BubbleTheme

    Represents a class for bubble type theme.

    Inheritance
    System.Object
    DiagramTheme
    BubbleTheme
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    DiagramTheme.ConnectorStyles
    DiagramTheme.GetConnectorStyle(StyleId)
    DiagramTheme.GetNodeStyle(StyleId)
    DiagramTheme.NodeStyles
    DiagramTheme.OnPropertyChanged(String)
    DiagramTheme.PropertyChanged
    DiagramTheme.Theme
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Diagram.Theming
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class BubbleTheme : DiagramTheme, INotifyPropertyChanged

    Constructors

    BubbleTheme()

    Creates new instance for BubbleTheme class.

    Declaration
    public BubbleTheme()

    Properties

    ConnectorVariantStyles

    Gets or sets the list of theme styles along with its theme style IDs of BubbleTheme for diagram connectors.

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

    VariantStyles

    Gets or sets the list of theme styles along with its theme style IDs of BubbleTheme for diagram nodes.

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

    Methods

    InitializeStyles()

    To generate theme styles for bubble theme.

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

    Implements

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