struct BackgroundRepeat

in global :: Sandbox . UI

Possible values for background-repeat CSS property.


public static BackgroundRepeat Repeat

Repeat the background image on X and Y axises.

public static BackgroundRepeat RepeatX

Repeat the background image on X axis.

public static BackgroundRepeat RepeatY

Repeat the background image on Y axis.

public static BackgroundRepeat NoRepeat

Do not repeat the background image.

public static BackgroundRepeat Clamp

Stretch the edges of the image to fill empty space.

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.