C# 클래스 SilverlightFX.UserInterface.XBorder

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 프로퍼티들

프로퍼티 타입 설명
ChildProperty System.Windows.DependencyProperty
ClipChildProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
ShadowBrushProperty System.Windows.DependencyProperty
ShadowSpreadProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
XBorder ( ) : System

Initializes an instance of a Border.

비공개 메소드들

메소드 설명
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

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

XBorder() 공개 메소드

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

프로퍼티 상세

ChildProperty 공개적으로 정적으로 프로퍼티

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

ClipChildProperty 공개적으로 정적으로 프로퍼티

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

CornerRadiusProperty 공개적으로 정적으로 프로퍼티

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

ShadowBrushProperty 공개적으로 정적으로 프로퍼티

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

ShadowSpreadProperty 공개적으로 정적으로 프로퍼티

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