Skip to main content

Struct WinitWindowOptions

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public readonly struct WinitWindowOptions

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

WinitWindowOptions()

public WinitWindowOptions()

Properties

Decorations

public bool Decorations { get; init; }

Property Value

bool

Default

public static WinitWindowOptions Default { get; }

Property Value

WinitWindowOptions

Height

public uint? Height { get; init; }

Property Value

uint?

MaxHeight

public uint? MaxHeight { get; init; }

Property Value

uint?

MaxWidth

public uint? MaxWidth { get; init; }

Property Value

uint?

MinHeight

public uint? MinHeight { get; init; }

Property Value

uint?

MinWidth

public uint? MinWidth { get; init; }

Property Value

uint?

Resizable

public bool Resizable { get; init; }

Property Value

bool

Title

public string? Title { get; init; }

Property Value

string?

Transparent

public bool Transparent { get; init; }

Property Value

bool

Visible

public bool Visible { get; init; }

Property Value

bool

Width

public uint? Width { get; init; }

Property Value

uint?