C# Class Open.Core.UI.Controls.Placeholder

Generic placeholder control to use when constructing.
Inheritance: System.Windows.Controls.UserControl, INotifyDisposed
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Méthodes publiques

Свойство Type Description
ColorProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
ShowInstanceCountProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
Dispose ( ) : void
Placeholder ( ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

Private Methods

Méthode Description
OnDisposed ( ) : void
UpdateColors ( ) : void
UpdateInstanceCountVisibility ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

Placeholder() public méthode

public Placeholder ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ColorProperty public_oe static_oe property

Gets or sets the color of the placeholder.
public static DependencyProperty,System.Windows ColorProperty
Résultat System.Windows.DependencyProperty

CornerRadiusProperty public_oe static_oe property

Gets or sets the corner radius of the control.
public static DependencyProperty,System.Windows CornerRadiusProperty
Résultat System.Windows.DependencyProperty

ShowInstanceCountProperty public_oe static_oe property

Gets or sets whether a count of the instance is displayed (helpful for identifiying when items are recreated).
public static DependencyProperty,System.Windows ShowInstanceCountProperty
Résultat System.Windows.DependencyProperty

TextProperty public_oe static_oe property

Gets or sets the text that is displayed within the placeholder.
public static DependencyProperty,System.Windows TextProperty
Résultat System.Windows.DependencyProperty