Strokes.IsFixedSize - свойство
Обновлен: Ноябрь 2007
Gets a value indicating whether the Strokes collection has a fixed size.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Public ReadOnly Property IsFixedSize As Boolean
'Применение
Dim instance As Strokes
Dim value As Boolean
value = instance.IsFixedSize
public bool IsFixedSize { get; }
public:
property bool IsFixedSize {
bool get ();
}
/** @property */
public boolean get_IsFixedSize()
public function get IsFixedSize () : boolean
Значение свойства
Тип: System.Boolean
Returns false in all cases.
Value |
Meaning |
---|---|
false |
The Strokes collection does not have a fixed size. |
Заметки
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 IsFixedSized property.
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
Microsoft.Ink - пространство имен