UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadianceTheme - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RadianceTheme

    Represents a class for radiance type theme.

    Inheritance
    System.Object
    DiagramTheme
    RadianceTheme
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    DiagramTheme.GetNodeStyle(StyleId)
    DiagramTheme.GetConnectorStyle(StyleId)
    DiagramTheme.OnPropertyChanged(String)
    DiagramTheme.GetSolidColorBrush(String)
    DiagramTheme.Theme
    DiagramTheme.NodeStyles
    DiagramTheme.ConnectorStyles
    DiagramTheme.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Diagram.Theming
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class RadianceTheme : DiagramTheme, INotifyPropertyChanged

    Constructors

    RadianceTheme()

    Creates new instance for RadianceTheme class.

    Declaration
    public RadianceTheme()

    Properties

    ConnectorVariantStyles

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

    Declaration
    public List<Dictionary<StyleId, DiagramItemStyle>> ConnectorVariantStyles { get; set; }
    Property Value
    Type Description
    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 RadianceTheme for diagram nodes.

    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()

    To generate themes styles for radiance theme.

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

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved