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