C# 클래스 ICSharpCode.WpfDesign.Designer.PropertyGrid.Editors.BrushEditor.GradientSlider

파일 보기 프로젝트 열기: icsharpcode/WpfDesigner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BrushProperty System.Windows.DependencyProperty
GradientStopsProperty System.Windows.DependencyProperty
SelectedStopProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetColorAtOffset ( IList stops, double offset ) : Color
SpecialInitializeComponent ( ) : void

Fixes InitializeComponent with multiple Versions of same Assembly loaded

보호된 메소드들

메소드 설명
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
ClassDragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
GradientSlider ( ) : System
MoveStop ( System.Windows.Media.GradientStop stop, double oldOffset, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
strip_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
strip_DragStarted ( object sender, System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void
thumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void

메소드 상세

GetColorAtOffset() 공개 정적인 메소드

public static GetColorAtOffset ( IList stops, double offset ) : Color
stops IList
offset double
리턴 Color

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

SpecialInitializeComponent() 공개 메소드

Fixes InitializeComponent with multiple Versions of same Assembly loaded
public SpecialInitializeComponent ( ) : void
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows BrushProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows GradientStopsProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows SelectedStopProperty
리턴 System.Windows.DependencyProperty