Class Property
Inheritance
System.Object
Property
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 Property
Constructors
Property(String)
Declaration
public Property(string name)
Parameters
System.String
name
|
Properties
Important
Declaration
public bool Important { get; set; }
Property Value
System.Boolean
|
Name
Declaration
public string Name { get; }
Property Value
System.String
|
Term
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
ToString(Boolean, Int32)
Declaration
public string ToString(bool friendlyFormat, int indentation = 0)
Parameters
System.Boolean
friendlyFormat
|
System.Int32
indentation
|
Returns
System.String
|