Class AggregateRule
Inherited Members
System.Object.ToString()
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 abstract class AggregateRule : RuleSet, ISupportsRuleSets
Constructors
AggregateRule()
Declaration
protected AggregateRule()
Properties
RuleSets
Declaration
public List<RuleSet> RuleSets { get; }
Property Value
System.Collections.Generic.List<RuleSet>
|