AmbientTheme.DrawRounded Propriedade
Definição
Obtém ou define um valor que indica se o tema de ambiente associado à superfície de design de fluxo de trabalho desenha formas redondas.Gets or sets a value indicating whether the ambient theme associated with the workflow design surface draws rounded shapes.
public:
virtual property bool DrawRounded { bool get(); void set(bool value); };
public virtual bool DrawRounded { get; set; }
member this.DrawRounded : bool with get, set
Public Overridable Property DrawRounded As Boolean
Valor da propriedade
true Se o tema ambiente associado ao fluxo de trabalho desenhar formas arredondadas; caso contrário, false .true if the ambient theme associated with the workflow draws rounded shapes; otherwise, false. O padrão é true.The default is true.