Search Results for

    Show / Hide Table of Contents

    Class NodeStyleSelector

    NodeStyleSelector

    Inheritance
    System.Object
    System.Windows.Controls.StyleSelector
    NodeStyleSelector
    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()
    Namespace: Simplic.Flow.Editor.UI
    Assembly: Simplic.Flow.Editor.UI.dll
    Syntax
    public class NodeStyleSelector : StyleSelector

    Properties

    | Improve this Doc View Source

    ActionNodeStyle

    Declaration
    public Style ActionNodeStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Style
    | Improve this Doc View Source

    EventNodeStyle

    Declaration
    public Style EventNodeStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Style

    Methods

    | Improve this Doc View Source

    SelectStyle(Object, DependencyObject)

    Selects a style based on the node type

    Declaration
    public override Style SelectStyle(object item, DependencyObject container)
    Parameters
    Type Name Description
    System.Object item

    NodeViewModel

    System.Windows.DependencyObject container

    DependencyObject

    Returns
    Type Description
    System.Windows.Style

    Style

    Overrides
    System.Windows.Controls.StyleSelector.SelectStyle(System.Object, System.Windows.DependencyObject)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx