Class PrimitiveTerm
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg.ExCSS
Assembly: TelerikCommon.dll
Syntax
public class PrimitiveTerm : Term
Constructors
PrimitiveTerm(String, Single)
Declaration
public PrimitiveTerm(string unit, float value)
Parameters
System.String
unit
|
System.Single
value
|
PrimitiveTerm(UnitType, Single)
Declaration
public PrimitiveTerm(UnitType unitType, float value)
Parameters
UnitType
unitType
|
System.Single
value
|
PrimitiveTerm(UnitType, String)
Declaration
public PrimitiveTerm(UnitType unitType, string value)
Parameters
UnitType
unitType
|
System.String
value
|
Properties
PrimitiveType
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|
Methods
GetFloatValue(UnitType)
Declaration
public float? GetFloatValue(UnitType unit)
Parameters
UnitType
unit
|
Returns
System.Nullable<System.Single>
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()