C# Class ICSharpCode.WpfDesign.Designer.PropertyGrid.Editors.BrushEditor.GradientSlider

Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

Свойство Type Description
BrushProperty System.Windows.DependencyProperty
GradientStopsProperty System.Windows.DependencyProperty
SelectedStopProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetColorAtOffset ( IList stops, double offset ) : Color
SpecialInitializeComponent ( ) : void

Fixes InitializeComponent with multiple Versions of same Assembly loaded

Méthodes protégées

Méthode Description
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Méthode Description
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

Method Details

GetColorAtOffset() public static méthode

public static GetColorAtOffset ( IList stops, double offset ) : Color
stops IList
offset double
Résultat Color

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

SpecialInitializeComponent() public méthode

Fixes InitializeComponent with multiple Versions of same Assembly loaded
public SpecialInitializeComponent ( ) : void
Résultat void

Property Details

BrushProperty public_oe static_oe property

public static DependencyProperty,System.Windows BrushProperty
Résultat System.Windows.DependencyProperty

GradientStopsProperty public_oe static_oe property

public static DependencyProperty,System.Windows GradientStopsProperty
Résultat System.Windows.DependencyProperty

SelectedStopProperty public_oe static_oe property

public static DependencyProperty,System.Windows SelectedStopProperty
Résultat System.Windows.DependencyProperty