public ElementPosition DescriptionLocation { get; set; }Public Property DescriptionLocation As ElementPosition
Get
Setpublic:
property ElementPosition DescriptionLocation {
ElementPosition get ();
void set (ElementPosition value);
}member DescriptionLocation : ElementPosition with get, set