Gets the scroll setting for the tooltip.
Namespace:
C1.Web.UI.Controls.C1ToolTipAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] [EditorBrowsableAttribute(EditorBrowsableState.Always)] [BrowsableAttribute(true)] [RefreshPropertiesAttribute(RefreshProperties.All)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [JsonAttribute(true)] [NotifyParentPropertyAttribute(true)] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] public DOMScrollBehaviorSettings ScrollSettings { get; } |
Visual Basic (Declaration) |
---|
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <EditorBrowsableAttribute(EditorBrowsableState.Always)> _ <BrowsableAttribute(True)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <JsonAttribute(True)> _ <NotifyParentPropertyAttribute(True)> _ <TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public ReadOnly Property ScrollSettings As DOMScrollBehaviorSettings Get |