AdjustableArrowCap public sealed class AdjustableArrowCap : CustomLineCap Documentation Code public bool Filled { get; set; } public float Height { get; set; } public float MiddleInset { get; set; } public float Width { get; set; } public AdjustableArrowCap(float width, float height) public AdjustableArrowCap(float width, float height, bool isFilled)