BCGControlBar Library for .NET
_textLabels Field




Syntax
'Declaration
 
Public _textLabels As Collection(Of TextBlock)
'Usage
 
Dim instance As Scale
Dim value As Collection(Of TextBlock)
 
value = instance._textLabels
 
instance._textLabels = value
public Collection<TextBlock> _textLabels
public: Collection<TextBlock*>* _textLabels
public:
Collection<TextBlock^>^ _textLabels
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Scale Class
Scale Members

Send Feedback