AppearancesGetAppearance - метод |
The get appearance.
Пространство имён:
Tessa.UI.Views.Charting
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static AppearanceInfo? GetAppearance(
DependencyObject element
)
Public Shared Function GetAppearance (
element As DependencyObject
) As AppearanceInfo?
public:
static Nullable<AppearanceInfo> GetAppearance(
DependencyObject^ element
)
static member GetAppearance :
element : DependencyObject -> Nullable<AppearanceInfo>
Параметры
- element
- Тип: System.WindowsDependencyObject
The element.
Возвращаемое значение
Тип:
NullableAppearanceInfo
The
AppearanceInfo.
См. также