Table of Contents

Class StyleProperties

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains collection of properties for a style

public class StyleProperties : IEnumerable
Inheritance
StyleProperties
Implements
Inherited Members
Extension Methods

Properties

this[object]

This property gets a specific property by index (one based int) or name.

public StyleProperty this[object pIndex] { get; }

Parameters

pIndex object

The index of the property to get (one based int or name)

Property Value

StyleProperty

The property. If a property was requested by name, it will be created and added if not yet found.

Methods

Count()

Returns the number of properties in this collection.

public int Count()

Returns

int

GetEnumerator()

The enumerator

public IEnumerator GetEnumerator()

Returns

IEnumerator