'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets or sets the path to the image for the right sticker.")> Public Overridable Property RightImagePath As System.String
'Usage
Dim instance As NDockingStickerTemplate Dim value As System.String instance.RightImagePath = value value = instance.RightImagePath
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets or sets the path to the image for the right sticker.")] public virtual System.string RightImagePath {get; set;}