C# Class SharpVectors.Dom.Css.CssValue

The CSSValue interface represents a simple or a complex value. A CSSValue object only occurs in a context of a CSS property
Inheritance: ICssValue
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

Свойство Type Description
AnglePattern string
AngleUnitPattern string
LengthPattern string
LengthUnitPattern string

Protected Properties

Свойство Type Description
_cssValueType CssValueType

Méthodes publiques

Méthode Description
CssValue ( CssValueType type, string cssText, bool readOnly ) : System

Constructor for CssValue

GetAbsoluteValue ( string propertyName, XmlElement elm ) : CssValue
GetCssValue ( string cssText, bool readOnly ) : CssValue

Detects what kind of value cssText contains and returns an instance of the correct CssValue class

Méthodes protégées

Méthode Description
CssValue ( ) : System

Only for internal use

Method Details

CssValue() protected méthode

Only for internal use
protected CssValue ( ) : System
Résultat System

CssValue() public méthode

Constructor for CssValue
public CssValue ( CssValueType type, string cssText, bool readOnly ) : System
type CssValueType The type of value
cssText string The entire content of the value
readOnly bool Specifies if the instance is read-only
Résultat System

GetAbsoluteValue() public méthode

public GetAbsoluteValue ( string propertyName, XmlElement elm ) : CssValue
propertyName string
elm System.Xml.XmlElement
Résultat CssValue

GetCssValue() public static méthode

Detects what kind of value cssText contains and returns an instance of the correct CssValue class
public static GetCssValue ( string cssText, bool readOnly ) : CssValue
cssText string The text to parse for a CSS value
readOnly bool Specifies if this instance is read-only
Résultat CssValue

Property Details

AnglePattern public_oe static_oe property

public static string AnglePattern
Résultat string

AngleUnitPattern public_oe static_oe property

public static string AngleUnitPattern
Résultat string

LengthPattern public_oe static_oe property

public static string LengthPattern
Résultat string

LengthUnitPattern public_oe static_oe property

public static string LengthUnitPattern
Résultat string

_cssValueType protected_oe property

protected CssValueType _cssValueType
Résultat CssValueType