'Declaration <ApplyToDesignerAttribute(True)> <DescriptionAttribute("Represents the orientation of the gradientMap.")> <CategoryAttribute("Appearance")> Public Property GradientMode As GradientMode
'Usage Dim instance As GradientMap Dim value As GradientMode instance.GradientMode = value value = instance.GradientMode
[ApplyToDesigner(true)] [Description("Represents the orientation of the gradientMap.")] [Category("Appearance")] public GradientMode GradientMode {get; set;}