VisualElementExtensions
Static Class
Extension Methods
AddTo<T>(element: T, target: Visual Element. Hierarchy): T
AddTo<T>(element: T, target: Visual Element): T
BackgroundImage<T>(element: T, background: Background): T
BackgroundImageScaling<T>(element: T, size: Background Size): T
BackgroundImageScaling<T>(element: T, size: Background Size Type): T
BindDisposable<T>(element: T, disposable: Func <I Disposable>): T
BindDisposable<T>(element: T, disposable: I Disposable): T
Constrained<T>(element: T, preferredWidth: Nullable <Style Length>, preferredHeight: Nullable <Style Length>, minWidth: Nullable <Style Length>, minHeight: Nullable <Style Length>, maxWidth: Nullable <Style Length>, maxHeight: Nullable <Style Length>): T
Constraints<T>(element: T, width: Style Length2, height: Style Length2): T
GetDepth(element: Visual Element): int
HeightConstraints<T>(element: T, height: Style Length2): T
Image<T>(element: T, background: Background, fit: Nullable <Background Size Type>, size: Nullable <Background Size>, tintColor: Nullable <Color>): T
IsInitial<T>(value: IStyleValue <T>): bool
Margin<T>(element: T, margin: Style Length): T
Margin<T>(element: T, margin: Style Length2): T
Margin<T>(element: T, margin: Style Length4): T
Margin<T>(element: T): Style Length4
Padding<T>(element: T, padding: Style Length): T
Padding<T>(element: T, padding: Style Length2): T
Padding<T>(element: T, padding: Style Length4): T
Padding<T>(element: T): Style Length4
Position<T>(element: T, position: Style Length): T
Position<T>(element: T, position: Style Length2): T
Position<T>(element: T, position: Style Length4): T
Position<T>(element: T): Style Length4
Positioned<T>(element: T, top: Nullable <Style Length>, right: Nullable <Style Length>, bottom: Nullable <Style Length>, left: Nullable <Style Length>, type: Position): T
Size<T>(element: T, size: Style Length2): T
Sized<T>(element: T, width: Nullable <Style Length>, height: Nullable <Style Length>): T
TextAlign<T>(element: T, alignment: Text Anchor): T
Transitions<T>(element: T, transitions: Transition[]): T
Tween(scheduler: I Visual Element Scheduler, durationMs: long, onUpdate: Action <float>): I Visual Element Scheduled Item
Tween(scheduler: I Visual Element Scheduler, durationMs: long, from: Color, to: Color, onUpdate: Action <Color>): I Visual Element Scheduled Item
Tween(scheduler: I Visual Element Scheduler, durationMs: long, from: float, to: float, onUpdate: Action <float>): I Visual Element Scheduled Item
WidthConstraints<T>(element: T, width: Style Length2): T
WithAdded<T>(target: T, element: Visual Element): T
WithCallback<T>(element: T, action: I Event Handler): T
WithCallback<T>(element: T, actions: I Event Handler[]): T
WithStylesheet<T>(element: T, stylesheet: Style Sheet): T