Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property ControlPoints As ObservableCollection(Of Thumb) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ObservableCollection<Thumb> ControlPoints {get;} |
C++/CLI | |
---|---|
public: property ObservableCollection<Thumb> ControlPoints { ObservableCollection<Thumb> get(); } |
XAML Syntax | |
---|---|
You cannot use this property in XAML. |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Syntax | |
---|---|
You cannot use this property in XAML. |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
An ObservableCollection<Thumb> that contains the Thumb objects for this AnnEditDesigner.For C#/VB examples, refer to AnnDesigner.
(Read only) You should fill this collection with the control points needed for this particular AnnEditDesigner. You can query the AnnEditDesigner.ControlPointCount to find out the number of Thumb objects this AnnEditDesigner requires.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family