C# Class Petzold.SelectColor.ColorCell

Inheritance: System.Windows.FrameworkElement
Afficher le fichier Open project: kasicass/kasicass Class Usage Examples

Méthodes publiques

Свойство Type Description
IsHighlightedProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ColorCell ( Color clr ) : System

Méthodes protégées

Méthode Description
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size sizeAvailable ) : Size
OnRender ( System.Windows.Media.DrawingContext dc ) : void

Private Methods

Méthode Description
ColorCell ( ) : System

Method Details

ColorCell() public méthode

public ColorCell ( Color clr ) : System
clr Color
Résultat System

GetVisualChild() protected méthode

protected GetVisualChild ( int index ) : Visual
index int
Résultat Visual

MeasureOverride() protected méthode

protected MeasureOverride ( Size sizeAvailable ) : Size
sizeAvailable System.Windows.Size
Résultat System.Windows.Size

OnRender() protected méthode

protected OnRender ( System.Windows.Media.DrawingContext dc ) : void
dc System.Windows.Media.DrawingContext
Résultat void

Property Details

IsHighlightedProperty public_oe static_oe property

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

IsSelectedProperty public_oe static_oe property

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