ShowElevationIcon Property
In This Topic
Gets or sets a value that controls whether the elevation icon is displayed.
Syntax
'Declaration
<C1DescriptionAttribute("C1CustomButton.ShowElevationIcon", "Indicates whether the elevation icon is displayed.")>
<DefaultValueAttribute(False)>
<C1CategoryAttribute("Appearance")>
Public Property ShowElevationIcon As Boolean
[C1Description("C1CustomButton.ShowElevationIcon", "Indicates whether the elevation icon is displayed.")]
[DefaultValue(false)]
[C1Category("Appearance")]
public bool ShowElevationIcon {get; set;}
See Also