Property AlwaysRender
AlwaysRender
Gets or sets whether this sixel should always be rendered to the terminal. When true, the output pipeline always writes this sixel's data. Set to false to only render when the owning view's content is invalidated (e.g. via SetNeedsDraw()).
public bool AlwaysRender { get; set; }