ScrollingPageStyleSelectorSelectStyle - метод

When overridden in a derived class, returns a Style based on custom logic.

Definition

Пространство имён: Tessa.UI.Controls.Scrolling
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public override Style SelectStyle(
	Object item,
	DependencyObject container
)

Параметры

item  Object
The content.
container  DependencyObject
The element to which the style will be applied.

Возвращаемое значение

Style
Returns an application-specific style to apply; otherwise, .

См. также