Interface IRuleContainer
Namespace: Telerik.WinControls.Svg.ExCSS
Assembly: TelerikCommon.dll
Syntax
public interface IRuleContainer
Properties
Declarations
Declaration
List<RuleSet> Declarations { get; }
Property Value
System.Collections.Generic.List<RuleSet>
|