'Declaration
<System.ComponentModel.DescriptionAttribute("Gets or sets the size of the left and right images.")> Public Overridable Property HorzImageSize As System.Drawing.Size
'Usage
Dim instance As NDockingStickerTemplate Dim value As System.Drawing.Size instance.HorzImageSize = value value = instance.HorzImageSize
[System.ComponentModel.Description("Gets or sets the size of the left and right images.")] public virtual System.Drawing.Size HorzImageSize {get; set;}