AnnotationController.Site Property |
Gets or sets the site of the control.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic ISite Site { get; set; }
Public Property Site As ISite
Get
Set
Property Value
Type:
ISite The ISite associated with the Control, if any.
Implements
IComponent.Site
See Also