C# Class Glass.Design.Selection.SelectionAdorner

Inheritance: System.Windows.Documents.Adorner
Afficher le fichier Open project: SuperJMN/Glass Class Usage Examples

Méthodes publiques

Свойство Type Description
LeftProperty System.Windows.DependencyProperty
TemplateProperty System.Windows.DependencyProperty
TopProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
SelectionAdorner ( UIElement adornedElement ) : System.Windows

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size
OnTemplateChanged ( System.Windows.Controls.ControlTemplate oldTemplate, System.Windows.Controls.ControlTemplate newTemplate ) : void

Provides derived classes an opportunity to handle changes to the Template property.

Private Methods

Méthode Description
OnTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Template property.

SetBindings ( ) : void

Method Details

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

GetVisualChild() protected méthode

protected GetVisualChild ( int index ) : Visual
index int
Résultat Visual

MeasureOverride() protected méthode

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
Résultat System.Windows.Size

OnTemplateChanged() protected méthode

Provides derived classes an opportunity to handle changes to the Template property.
protected OnTemplateChanged ( System.Windows.Controls.ControlTemplate oldTemplate, System.Windows.Controls.ControlTemplate newTemplate ) : void
oldTemplate System.Windows.Controls.ControlTemplate
newTemplate System.Windows.Controls.ControlTemplate
Résultat void

SelectionAdorner() public méthode

public SelectionAdorner ( UIElement adornedElement ) : System.Windows
adornedElement UIElement
Résultat System.Windows

Property Details

LeftProperty public_oe static_oe property

Left Dependency Property
public static DependencyProperty,System.Windows LeftProperty
Résultat System.Windows.DependencyProperty

TemplateProperty public_oe static_oe property

Template Dependency Property
public static DependencyProperty,System.Windows TemplateProperty
Résultat System.Windows.DependencyProperty

TopProperty public_oe static_oe property

Top Dependency Property
public static DependencyProperty,System.Windows TopProperty
Résultat System.Windows.DependencyProperty