Class PaddingValue
A C# typedef that stores the "padding part" of a PaddingLength
Namespace: NinjaTools.FlexBuilder.CSS3
Assembly: cs.temp.dll.dll
Syntax
public class PaddingValue
Constructors
Properties
- (Single) InternalFloatValue
Do NOT directly fetch this unless you are writing an explicit 'convert' routine -- directly accessing this bypasses the compile-time checks that ensure you never accidentally mis-convert
Methods
- (Boolean) Equals(PaddingValue)
- (Boolean) Equals(Object)
- (Int32) GetHashCode()
This is critical; without it, the float won't == the float when used inside Dictionary instances (not just directly, but even indirectly it will break any classes that use it as a member variable, etc)
Returns
Int32 |