UISettings class winrt Class

Contains a set of common app user interface settings and operations.

Inheritance
Implemented types
Available Extensions

Constructors

UISettings({Allocator allocator = calloc})
UISettings.fromRawPointer(Pointer<COMObject> ptr)

Properties

advancedEffectsEnabled bool
no setter
animationsEnabled bool
no setteroverride
autoHideScrollBars bool
no setter
caretBlinkRate int
no setteroverride
caretBrowsingEnabled bool
no setteroverride
caretWidth int
no setteroverride
cursorSize Size
no setteroverride
doubleClickTime int
no setteroverride
handPreference HandPreference
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
messageDuration int
no setteroverride
mouseHoverTime int
no setteroverride
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollBarArrowSize Size
no setteroverride
scrollBarSize Size
no setteroverride
scrollBarThumbBoxSize Size
no setteroverride
textScaleFactor double
no setter

Methods

add_AdvancedEffectsEnabledChanged(Pointer<NativeFunction<TypedEventHandler>> handler) int
add_AnimationsEnabledChanged(Pointer<NativeFunction<TypedEventHandler>> handler) int
add_AutoHideScrollBarsChanged(Pointer<NativeFunction<TypedEventHandler>> handler) int
add_ColorValuesChanged(Pointer<NativeFunction<TypedEventHandler>> handler) int
add_MessageDurationChanged(Pointer<NativeFunction<TypedEventHandler>> handler) int
add_TextScaleFactorChanged(Pointer<NativeFunction<TypedEventHandler>> handler) int
addRef() int
inherited
getColorValue(UIColorType desiredColor) Color
getIids(Pointer<Uint32> iidCount, Pointer<Pointer<GUID>> iids) int
inherited
getRuntimeClassName(Pointer<IntPtr> className) int
inherited
getTrustLevel(Pointer<Int32> trustLevel) int
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
release() int
inherited
remove_AdvancedEffectsEnabledChanged(int cookie) → void
remove_AnimationsEnabledChanged(int token) → void
remove_AutoHideScrollBarsChanged(int token) → void
remove_ColorValuesChanged(int cookie) → void
remove_MessageDurationChanged(int token) → void
remove_TextScaleFactorChanged(int cookie) → void
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited
uIElementColor(UIElementType desiredElement) Color
override

Operators

operator ==(Object other) bool
The equality operator.
inherited