struct OverflowMode
Possible values for the "overflow" CSS rule, dictating what to do with content that is outside of a panels bounds.
public static OverflowMode Visible
Overflowing content is visible at all times.
public static OverflowMode Hidden
Overflowing contents are hidden at all times.
public static OverflowMode Scroll
Overflowing contents are hidden, but can be scrolled to.
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.