AdjustableArrowCap.Height Propriedade
Definição
Obtém ou define a altura da extremidade da seta.Gets or sets the height of the arrow cap.
public:
property float Height { float get(); void set(float value); };
public float Height { get; set; }
member this.Height : single with get, set
Public Property Height As Single
Valor da propriedade
A altura da extremidade da seta.The height of the arrow cap.
Comentários
A altura da ponta da seta é dimensionada pela largura do Pen objeto usado para desenhar a linha que está sendo controlada.The height of the arrow cap is scaled by the width of the Pen object used to draw the line being capped. Por exemplo, se você estiver desenhando uma linha limitada com uma caneta com uma largura de 5 pixels e o AdjustableArrowCap objeto tiver uma altura de 3, a Cap de seta real terá um desenho de 15 pixels de altura.For example, if you are drawing a capped line with a pen that has a width of 5 pixels, and the AdjustableArrowCap object has a height of 3, then the actual arrow cap is drawn 15 pixels high.