BackgroundImageLayout Property (C1SuperTooltipBase)
In This Topic
Gets or sets the background image layout as defined in the
BackgroundImageLayout enumeration.
Syntax
'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<C1DescriptionAttribute("ST.BackgroundImageLayout", "Gets or sets the background image layout as defined in the BackgroundImageLayout enumeration.")>
<C1CategoryAttribute("Appearance")>
Public Property BackgroundImageLayout As BackgroundImageLayout
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[C1Description("ST.BackgroundImageLayout", "Gets or sets the background image layout as defined in the BackgroundImageLayout enumeration.")]
[C1Category("Appearance")]
public BackgroundImageLayout BackgroundImageLayout {get; set;}
See Also