The copyright text to display on the page layout image in the control.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("The text to display in the body of the copyright window along with copyright text from any map resources.")>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Appearance")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute()>
Public ReadOnly Property CopyrightText As CopyrightText |
| C# | |
|---|
[ResDescriptionAttribute("The text to display in the body of the copyright window along with copyright text from any map resources.")]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Appearance")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute()]
public CopyrightText CopyrightText {get;} |
See Also