C# Class SilverlightFX.UserInterface.XBorder

Inheritance: System.Windows.Controls.Control
Datei anzeigen Open project: nikhilk/silverlightfx

Public Properties

Property Type Description
ChildProperty System.Windows.DependencyProperty
ClipChildProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
ShadowBrushProperty System.Windows.DependencyProperty
ShadowSpreadProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void
XBorder ( ) : System

Initializes an instance of a Border.

Private Methods

Method 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 method

public OnApplyTemplate ( ) : void
return void

XBorder() public method

Initializes an instance of a Border.
public XBorder ( ) : System
return System

Property Details

ChildProperty public_oe static_oe property

Represents the Child property of a Border.
public static DependencyProperty,System.Windows ChildProperty
return System.Windows.DependencyProperty

ClipChildProperty public_oe static_oe property

Represents the ClipChild property of a Border.
public static DependencyProperty,System.Windows ClipChildProperty
return System.Windows.DependencyProperty

CornerRadiusProperty public_oe static_oe property

Represents the CornerRadius property of a Border.
public static DependencyProperty,System.Windows CornerRadiusProperty
return System.Windows.DependencyProperty

ShadowBrushProperty public_oe static_oe property

Represents the ShadowBrush property of a Border.
public static DependencyProperty,System.Windows ShadowBrushProperty
return System.Windows.DependencyProperty

ShadowSpreadProperty public_oe static_oe property

Represents the ShadowSpread property of a Border.
public static DependencyProperty,System.Windows ShadowSpreadProperty
return System.Windows.DependencyProperty