FGX.Canvas.Types.TfgStrokeBrush: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 14: | Строка 14: | ||
|- | |- | ||
| <code>constructor</code> || <code>Create(AOwner: [[TPersistent]])</code> | | <code>constructor</code> || <code>Create(AOwner: [[TPersistent]])</code> | ||
+ | |||
+ | |} | ||
+ | |||
+ | == Свойства == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <code>property</code> || <code>DashArray: [[TArray<System.Single>]]</code> | ||
+ | |||
+ | |- | ||
+ | | <code>property</code> || <code>DashOffset: [[Single]]</code> | ||
|} | |} |
Версия 03:56, 10 июня 2019
Delphi
TfgStrokeBrush = class (TfgBrush)
Описание
Описание отсутствует.
Конструкторы
constructor |
Create(AOwner: TPersistent)
|
Свойства
property |
DashArray: [[TArray<System.Single>]]
|
property |
DashOffset: Single
|