Compartir a través de


ArcSegment.IsLargeArc Propiedad

Definición

Obtiene o establece un valor que indica si el arco debe ser mayor de 180 grados.

public:
 property bool IsLargeArc { bool get(); void set(bool value); };
bool IsLargeArc();

void IsLargeArc(bool value);
public bool IsLargeArc { get; set; }
var boolean = arcSegment.isLargeArc;
arcSegment.isLargeArc = boolean;
Public Property IsLargeArc As Boolean
<ArcSegment IsLargeArc="bool"/>

Valor de propiedad

Boolean

bool

true si el arco debe ser mayor de 180 grados; de lo contrario, false.

Se aplica a