Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Justification types for a paragraph.

C#
public sealed class Justification : TypesafeEnum
vb.net
Public NotInheritable Class Justification
        Inherits TypesafeEnum

Values

Name

Description

Center

Paragraph is centered.

Left

Paragraph is left-aligned.

LeftRight

Paragraph is justified.

Right

Paragraph is right-aligned.

  • No labels