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