struct ObjectFit

in global :: Sandbox . UI

😔 No documentation found.


public static ObjectFit Fill

The content is sized to fill the element's content box. This does not preserve aspect ratio.

public static ObjectFit Contain

The content is scaled to maintain its aspect ratio while fitting within the element's content box

public static ObjectFit Cover

The content is sized to maintain its aspect ratio while filling the element's entire content box

public static ObjectFit None

The content is not resized

public bool HasFlag( Enum flag )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public int CompareTo( object target )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public string ToString( string format )

😔 No documentation found.

public string ToString( IFormatProvider provider )

😔 No documentation found.

public string ToString( string format, IFormatProvider provider )

😔 No documentation found.

public TypeCode GetTypeCode( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public int value__

😔 No documentation found.