C# 클래스 FarsiLibrary.WPF.Controls.Decorators.AeroButtonChrome

상속: ButtonChrome
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
DrawBackground ( System.Windows.Media.DrawingContext dc, Rect bounds ) : void
DrawBorder ( System.Windows.Media.DrawingContext dc, Rect bounds ) : void
DrawDropShadows ( System.Windows.Media.DrawingContext dc, Rect bounds ) : void
DrawInnerBorder ( System.Windows.Media.DrawingContext dc, Rect bounds ) : void
OnRenderDefaultedChanged ( ButtonChrome d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRenderMouseOverChanged ( ButtonChrome d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRenderPressedChanged ( ButtonChrome d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

DrawBackground() 보호된 메소드

protected DrawBackground ( System.Windows.Media.DrawingContext dc, Rect bounds ) : void
dc System.Windows.Media.DrawingContext
bounds System.Windows.Rect
리턴 void

DrawBorder() 보호된 메소드

protected DrawBorder ( System.Windows.Media.DrawingContext dc, Rect bounds ) : void
dc System.Windows.Media.DrawingContext
bounds System.Windows.Rect
리턴 void

DrawDropShadows() 보호된 메소드

protected DrawDropShadows ( System.Windows.Media.DrawingContext dc, Rect bounds ) : void
dc System.Windows.Media.DrawingContext
bounds System.Windows.Rect
리턴 void

DrawInnerBorder() 보호된 메소드

protected DrawInnerBorder ( System.Windows.Media.DrawingContext dc, Rect bounds ) : void
dc System.Windows.Media.DrawingContext
bounds System.Windows.Rect
리턴 void

OnRenderDefaultedChanged() 보호된 메소드

protected OnRenderDefaultedChanged ( ButtonChrome d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d ButtonChrome
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnRenderMouseOverChanged() 보호된 메소드

protected OnRenderMouseOverChanged ( ButtonChrome d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d ButtonChrome
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnRenderPressedChanged() 보호된 메소드

protected OnRenderPressedChanged ( ButtonChrome d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d ButtonChrome
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void