Propriedades de swimlanesProperties of Swimlanes
Você pode adicionar raias a um diagrama.You can add swimlanes to a diagram. As raias dividem um diagrama em áreas verticais ou horizontais.Swimlanes divide a diagram into vertical or horizontal areas. Você pode definir outras formas a serem exibidas dentro de raias.You can define other shapes to be displayed inside swimlanes. Para obter mais informações, consulte como definir um idioma de Domain-Specific.For more information, see How to Define a Domain-Specific Language. Para obter mais informações sobre como usar essas propriedades, consulte Personalizando e estendendo uma linguagem de Domain-Specific.For more information about how to use these properties, see Customizing and Extending a Domain-Specific Language.
As raias têm as propriedades listadas na tabela a seguir.Swimlanes have the properties that are listed in the following table.
PropriedadeProperty | DescriçãoDescription | PadrãoDefault |
---|---|---|
Cor de preenchimento do corpoBody Fill Color | A cor de preenchimento do corpo da raia.The fill color for the body of the swimlane. | BrancaWhite |
Cor de preenchimento do cabeçalhoHeader Fill Color | A cor de preenchimento do cabeçalho da raia.The fill color for the header of the swimlane. | DarkGrayDarkGray |
Cor do separadorSeparator Color | A cor da linha do separador.The color of the separator line. | LightGrayLightGray |
Estilo da linha separadoraSeparator Line Style | O estilo da linha do separador (,,,, Solid Dash Dot DashDot DashDotDot ou Custom ).The style of the separator line (Solid , Dash , Dot , DashDot , DashDotDot , or Custom ). |
Dash |
Espessura do separadorSeparator Thickness | A espessura da linha do separador em polegadas.The thickness of the separator line in inches. | 0, 31250.03125 |
Cor do textoText Color | A cor usada para decoradores de texto associados a esta raia.The color that is used for text decorators that are associated with this swimlane. | PretoBlack |
Modificador de acessoAccess Modifier | O nível de acesso da classe ( public ou internal ).The level of access of the class (public or internal ). |
PúblicoPublic |
Atributos personalizadosCustom Attributes | Usado para adicionar atributos à classe de código gerada por essa raia.Used to add attributes to the code class that is generated from this swimlane. | <none> |
Gera derivação duplaGenerates Double Derived | Se True , uma classe base e uma classe parcial (para dar suporte à personalização através de substituições) serão geradas.If True , both a base class and a partial class (to support customization through overrides) will be generated. Para obter mais informações, consulte substituindo e estendendo as classes geradas.For more information, see Overriding and Extending the Generated Classes. |
FalsoFalse |
Tem Construtor personalizadoHas Custom Constructor | Se True , um construtor personalizado será fornecido no código-fonte.If True , a custom constructor will be provided in the source code. Para obter mais informações, consulte substituindo e estendendo as classes geradas.For more information, see Overriding and Extending the Generated Classes. |
FalsoFalse |
Modificador de herançaInheritance Modifier | Descreve o tipo de herança da classe de código-fonte que é gerada a partir da raia ( none abstract ou sealed ).Describes the kind of inheritance of the source code class that is generated from the swimlane (none , abstract or sealed ). |
nenhumnone |
Raia baseBase Swimlane | A classe base dessa raia.The base class of this swimlane. | (nenhum)(none) |
NomeName | O nome desta raia.The name of this swimlane. | Nome atualCurrent name |
NamespaceNamespace | O namespace que é afiliado a esta raia.The namespace that is affiliated with this swimlane. | Namespace atualCurrent namespace |
Tipo de dica de ferramentaTooltip Type | Como a dica de ferramenta é definida ( fixed , variable ou none ).How the tooltip is defined (fixed , variable , or none ). Se fixed , em seguida, o valor da Fixed Tooltip Text propriedade será usado; se variable , em seguida, a dica de ferramenta será definida no código personalizado.If fixed , then the value of the Fixed Tooltip Text property is used; if variable , then the tooltip is defined in custom code. |
<none> |
ObservaçõesNotes | Observações informais que estão associadas a esta raia.Informal notes that are associated with this swimlane. | <none> |
AlinhamentoAlignment | Alinhamento horizontal ou vertical.Horizontal or vertical alignment. | VerticalVertical |
Altura inicialInitial Height | A altura inicial dessa raia, em polegadas.The initial height of this swimlane, in inches. Aplicável somente a raias horizontais.Applicable only to horizontal swimlanes. | 00 |
Largura inicialInitial Width | A largura inicial dessa raia, em polegadas.The initial width of this swimlane, in inches. Aplicável somente a raias verticais.Applicable only to vertical swimlanes. | 00 |
Expõe a cor do textoExposes Text Color | Se True , o usuário pode definir a cor de uma raia no designer gerado.If True , the user can set the color of a swimlane in the generated designer. Para definir isso, clique com o botão direito do mouse na forma de raia e clique em Adicionar exposto.To set this, right-click the swimlane shape and click Add Exposed. |
FalsoFalse |
DescriçãoDescription | Usado para documentar o designer gerado.Used to document the generated designer. | <none> |
Nome de exibiçãoDisplay Name | O nome que será exibido no designer gerado para se referir a essa classe de raia.The name that will be displayed in the generated designer to refer to this swimlane class. | <none> |
Texto de dica de ferramenta fixoFixed Tooltip Text | O texto que é usado para uma dica de ferramenta fixa.The text that is used for a fixed tooltip. | <none> |
Palavra-chave de ajudaHelp Keyword | A palavra-chave usada para indexar a ajuda F1 para essa raia.The keyword that is used to index F1 help for this swimlane. | <none> |