ActiveReports.Chart Request technical support
Docking Property
See Also 


Gets or sets the enumerated dock type value for the title.

Syntax

Visual Basic (Declaration) 
Public Property Docking As DockType
Visual Basic (Usage)Copy Code
Dim instance As Title
Dim value As DockType
 
instance.Docking = value
 
value = instance.Docking
C# 
public DockType Docking {get; set;}

See Also