core
0.6.6
common
core
/
com.vanpra.composematerialdialogs
/
DesktopWindowPosition
Desktop
Window
Position
common
sealed
class
DesktopWindowPosition
Content copied to clipboard
Types
Properties
Inheritors
Types
Absolute
Link copied to clipboard
common
class
Absolute
(
x
:
Dp
,
y
:
Dp
)
:
DesktopWindowPosition
Content copied to clipboard
Aligned
Link copied to clipboard
common
class
Aligned
(
alignment
:
Alignment
)
:
DesktopWindowPosition
Content copied to clipboard
Platform
Default
Link copied to clipboard
common
object
PlatformDefault
:
DesktopWindowPosition
Content copied to clipboard
Properties
isSpecified
Link copied to clipboard
common
@
Stable
abstract
val
isSpecified
:
Boolean
Content copied to clipboard
x
Link copied to clipboard
common
@
Stable
abstract
val
x
:
Dp
Content copied to clipboard
y
Link copied to clipboard
common
@
Stable
abstract
val
y
:
Dp
Content copied to clipboard
Inheritors
PlatformDefault
Link copied to clipboard
Absolute
Link copied to clipboard
Aligned
Link copied to clipboard