C# Class WorkflowDesigner.Sdk.Design.ActivityHost

Inheritance: System.Windows.Controls.ContentControl, ISelectable
Afficher le fichier Open project: DenisVuyka/SLWorkflowDesigner Class Usage Examples

Méthodes publiques

Свойство Type Description
CaptionProperty System.Windows.DependencyProperty
HeaderBorderThicknessProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty
SelectionBrushProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ActivityHost ( ) : System
ActivityHost ( System.Guid id, FunctionActivityView content ) : System
ActivityHost ( System.Guid componentId, FunctionActivityView content, Point position ) : System

Private Methods

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

Method Details

ActivityHost() public méthode

public ActivityHost ( ) : System
Résultat System

ActivityHost() public méthode

public ActivityHost ( System.Guid id, FunctionActivityView content ) : System
id System.Guid
content FunctionActivityView
Résultat System

ActivityHost() public méthode

public ActivityHost ( System.Guid componentId, FunctionActivityView content, Point position ) : System
componentId System.Guid
content FunctionActivityView
position Point
Résultat System

Property Details

CaptionProperty public_oe static_oe property

public static DependencyProperty,System.Windows CaptionProperty
Résultat System.Windows.DependencyProperty

HeaderBorderThicknessProperty public_oe static_oe property

public static DependencyProperty,System.Windows HeaderBorderThicknessProperty
Résultat System.Windows.DependencyProperty

IsSelectedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsSelectedProperty
Résultat System.Windows.DependencyProperty

SelectionBrushProperty public_oe static_oe property

public static DependencyProperty,System.Windows SelectionBrushProperty
Résultat System.Windows.DependencyProperty