Strokes.IsFixedSize Property

Strokes.IsFixedSize Property

Gets a value indicating whether the Strokes collection has a fixed size.

Definition

Visual Basic .NET Public ReadOnly Property IsFixedSize As Boolean
C# public bool IsFixedSize { get; }
Managed C++ public: __property bool* get_IsFixedSize();

Property Value

System.Boolean. Returns false in all cases.

This property is read-only.

false Default. The Strokes collection does not have a fixed size.

Remarks

The IsFixedSize property indicates whether or not the Strokes collection can change size. This always returns false, because Stroke objects can be added or removed from the Strokes collection.

For more information about IsFixedSize, see the IList.IsFixedSized Leave Site property.

See Also