Class BorderParameterBinder
Manages border rendering mode state Extracted from BorderComputeDispatcher for single responsibility
NOTE: Visual parameters (colors, widths, distance field settings) are now controlled via VisualStyleConfiguration - the single source of truth for visuals. This class only tracks the rendering mode for compute shader orchestration.
public class BorderParameterBinder
- Inheritance
-
objectBorderParameterBinder
Properties
AutoUpdateBorders
public bool AutoUpdateBorders { get; set; }
Property Value
- bool
BorderMode
public BorderMode BorderMode { get; set; }
Property Value
RenderingMode
public BorderRenderingMode RenderingMode { get; set; }