Inheritance
System.Object
ScrollableToolbar.ScrollableToolbarUxmlTraits
public class ScrollableToolbarUxmlTraits : VisualElement.UxmlTraits
Constructors
Declaration
public ScrollableToolbarUxmlTraits()
Properties
Declaration
public override IEnumerable<UxmlAttributeDescription> uxmlAttributesDescription { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<UxmlAttributeDescription> |
|
Declaration
public override IEnumerable<UxmlChildElementDescription> uxmlChildElementsDescription { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<UxmlChildElementDescription> |
|
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type |
Name |
Description |
VisualElement |
ve |
|
IUxmlAttributes |
bag |
|
CreationContext |
cc |
|