CustomStrokes.IsFixedSize Property
CustomStrokes.IsFixedSize Property |
Gets a value indicating whether the CustomStrokes 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 CustomStrokes collection does not have a fixed size.
Remarks
The IsFixedSize property indicates whether or not the CustomStrokes collection can change size. This always returns false, because Strokes collections can be added or removed from the CustomStrokes collection.
For more information about IsFixedSize, see the IList.IsFixedSized property.
See Also