C# Класс Open.Core.UI.Controls.Placeholder

Generic placeholder control to use when constructing.
Наследование: System.Windows.Controls.UserControl, INotifyDisposed
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ColorProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
ShowInstanceCountProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
Dispose ( ) : void
Placeholder ( ) : System
ToString ( ) : string

Защищенные методы

Метод Описание
Dispose ( bool isDisposing ) : void

Приватные методы

Метод Описание
OnDisposed ( ) : void
UpdateColors ( ) : void
UpdateInstanceCountVisibility ( ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Результат void

Placeholder() публичный Метод

public Placeholder ( ) : System
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

ColorProperty публичное статическое свойство

Gets or sets the color of the placeholder.
public static DependencyProperty,System.Windows ColorProperty
Результат System.Windows.DependencyProperty

CornerRadiusProperty публичное статическое свойство

Gets or sets the corner radius of the control.
public static DependencyProperty,System.Windows CornerRadiusProperty
Результат System.Windows.DependencyProperty

ShowInstanceCountProperty публичное статическое свойство

Gets or sets whether a count of the instance is displayed (helpful for identifiying when items are recreated).
public static DependencyProperty,System.Windows ShowInstanceCountProperty
Результат System.Windows.DependencyProperty

TextProperty публичное статическое свойство

Gets or sets the text that is displayed within the placeholder.
public static DependencyProperty,System.Windows TextProperty
Результат System.Windows.DependencyProperty