C# Class SilverlightFX.UserInterface.XBorder

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Свойство Type Description
ChildProperty System.Windows.DependencyProperty
ClipChildProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
ShadowBrushProperty System.Windows.DependencyProperty
ShadowSpreadProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void
XBorder ( ) : System

Initializes an instance of a Border.

Private Methods

Méthode Description
OnBorderChildPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCornerRadiusPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLayoutUpdated ( object sender, EventArgs e ) : void
OnShadowBrushPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnShadowSpreadPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateBorderChild ( UIElement childElement ) : void
UpdateBorderCornerRadius ( double radius ) : void
UpdateChildClip ( ) : void
UpdateShadowBrush ( System.Windows.Media.LinearGradientBrush brush ) : void
UpdateShadowSpread ( double spread ) : void

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

XBorder() public méthode

Initializes an instance of a Border.
public XBorder ( ) : System
Résultat System

Property Details

ChildProperty public_oe static_oe property

Represents the Child property of a Border.
public static DependencyProperty,System.Windows ChildProperty
Résultat System.Windows.DependencyProperty

ClipChildProperty public_oe static_oe property

Represents the ClipChild property of a Border.
public static DependencyProperty,System.Windows ClipChildProperty
Résultat System.Windows.DependencyProperty

CornerRadiusProperty public_oe static_oe property

Represents the CornerRadius property of a Border.
public static DependencyProperty,System.Windows CornerRadiusProperty
Résultat System.Windows.DependencyProperty

ShadowBrushProperty public_oe static_oe property

Represents the ShadowBrush property of a Border.
public static DependencyProperty,System.Windows ShadowBrushProperty
Résultat System.Windows.DependencyProperty

ShadowSpreadProperty public_oe static_oe property

Represents the ShadowSpread property of a Border.
public static DependencyProperty,System.Windows ShadowSpreadProperty
Résultat System.Windows.DependencyProperty