C# Class WorkflowDesigner.Sdk.Design.ActivityHost

Inheritance: System.Windows.Controls.ContentControl, ISelectable
Show file Open project: DenisVuyka/SLWorkflowDesigner Class Usage Examples

Public Properties

Property Type Description
CaptionProperty System.Windows.DependencyProperty
HeaderBorderThicknessProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty
SelectionBrushProperty System.Windows.DependencyProperty

Public Methods

Method Description
ActivityHost ( ) : System
ActivityHost ( System.Guid id, FunctionActivityView content ) : System
ActivityHost ( System.Guid componentId, FunctionActivityView content, Point position ) : System

Private Methods

Method Description
DoSelect ( ) : void
DoUnselect ( ) : void
FlushPosition ( ) : void
OnIsSelectedChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateLinkRoutes ( ) : void

Method Details

ActivityHost() public method

public ActivityHost ( ) : System
return System

ActivityHost() public method

public ActivityHost ( System.Guid id, FunctionActivityView content ) : System
id System.Guid
content FunctionActivityView
return System

ActivityHost() public method

public ActivityHost ( System.Guid componentId, FunctionActivityView content, Point position ) : System
componentId System.Guid
content FunctionActivityView
position Point
return System

Property Details

CaptionProperty public static property

public static DependencyProperty,System.Windows CaptionProperty
return System.Windows.DependencyProperty

HeaderBorderThicknessProperty public static property

public static DependencyProperty,System.Windows HeaderBorderThicknessProperty
return System.Windows.DependencyProperty

IsSelectedProperty public static property

public static DependencyProperty,System.Windows IsSelectedProperty
return System.Windows.DependencyProperty

SelectionBrushProperty public static property

public static DependencyProperty,System.Windows SelectionBrushProperty
return System.Windows.DependencyProperty