Class VFXContextBorder
Inheritance
System.Object
VFXContextBorder
Syntax
public class VFXContextBorder : VisualElement, IDisposable
Constructors
VFXContextBorder()
Declaration
public VFXContextBorder()
Properties
endColor
Declaration
public Color endColor { get; set; }
Property Value
startColor
Declaration
public Color startColor { get; set; }
Property Value
Methods
DoRepaint(IStylePainter)
Declaration
protected override void DoRepaint(IStylePainter sp)
Parameters
Type |
Name |
Description |
IStylePainter |
sp |
|
OnStyleResolved(ICustomStyle)
Declaration
protected override void OnStyleResolved(ICustomStyle styles)
Parameters
Type |
Name |
Description |
ICustomStyle |
styles |
|
Explicit Interface Implementations
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable.Dispose()