| 名前 | 解説 | |
|---|---|---|
![]() | ActiveHyperlinkAttrs | Gets or sets a C1HyperlinkAttrs for active hyperlinks. |
![]() | AmbientParent | Gets or sets the Style that is the ambient parent of the current style.
If non-null, that style provides the values for ambient properties of the current style that have not been explicitly set. If null, such properties are inherited from the style of the containing object. This property is null by default. |
![]() | BackColor | Gets or sets the background color. If both this and Brush properties are specified for a style, this property takes precedence. |
![]() | BackgroundImage | Gets or sets the background image. The image is aligned using BackgroundImageAlign. |
![]() | BackgroundImageAlign | Gets or sets the background image alignment. |
![]() | BackgroundImageName | Gets or sets the name of the background image in C1Document.Dictionary on the current document. |
![]() | Borders | Gets or sets the borders drawn around the current style's owner object. |
![]() | Brush | Gets or sets the brush used to fill the background. If both this and BackColor properties are specified for a style, the BackColor takes precedence. |
![]() | CharSpacing | Gets or sets the spacing between characters in a text. |
![]() | CharWidth | Gets or sets the amount (in percent) by which to increase or decrease the widths of characters in a text. |
![]() | Children | Gets the collection of child styles (i.e. Style objects that have their Parent set to the current style). |
![]() | ClientAreaOnly | Gets or sets a value indicating whether just the client area of a System.Windows.Forms.Control/>, or the whole control, is rendered by the RenderImage object owning the current style. |
![]() | Culture | Gets or sets the information about a specific culture (called a locale for unmanaged code development). The information includes the names for the culture, the writing system, the calendar used, the sort order of strings, and formatting for dates and numbers. |
![]() | EolIsEndOfParagraph | Obsolete. Use JustifyEndOfLines instead. |
![]() | FontData | Gets or sets the binary data of the font. |
![]() | FontName | Gets or sets the face name of the font. |
![]() | FontSize | Gets or sets the em-size of the font. |
![]() | FontStretch | Gets or sets the font stretch. |
![]() | FontStyle | Gets or sets the style of font. |
![]() | FontWeight | Gets or sets the font weight. |
![]() | ForeColor | Gets or sets the text (foreground) color. |
![]() | HasChildren | Gets a value indicating whether the current style's Children collection has been initialized and contains one or more elements. |
![]() | HoverHyperlinkAttrs | Gets or sets a C1HyperlinkAttrs for highlighted hyperlinks. |
![]() | HyperlinkAttrs | Gets or sets a C1HyperlinkAttrs for "normal" (neither visited nor highlighted) hyperlinks. |
![]() | ImageAlign | Gets or sets the foreground image alignment. |
![]() | JustifyEndOfLines | Gets or sets a value indicating whether lines of text ending with a newline character should be justified if the current style has TextAlignHorz set to AlignHorzEnum.Justify or AlignHorzEnum.JustifyChars. |
![]() | JustifyLastLine | Gets or sets a value indicating whether the last line of text should be justified if the current style has TextAlignHorz set to AlignHorzEnum.Justify or AlignHorzEnum.JustifyChars. |
![]() | LineSpacing | Gets or sets the line spacing of a text in percent. |
![]() | MeasureTrailingSpaces | Gets or sets a value indicating whether spaces at ends of text lines are taken into account when measuring the text. |
![]() | MinOrphanLines | Gets or sets the minimum number of orphan text lines allowed on a page before or after a page break. |
![]() | Owner | Gets the owner of the current style. |
![]() | Padding | Gets or sets the padding (white space added between the style owner's content and borders). |
![]() | Parent | Gets or sets the Style that is the parent of the current style.
If non-null, that style provides the values for non-ambient properties of the current style that have not been explicitly set. If null, such properties have default values. This property is null by default. |
![]() | Parents | Sets both parents (Parent and AmbientParent) to the same value. |
![]() | RightToLeft | Gets or sets the value indicating whether the right-to-left mode is on. |
![]() | Rotation | Gets or sets the rotation angle, in degrees counterclockwise from the X axis. |
![]() | Shadow | Gets or sets properties of the shadow cast by the current object. By default the shadow is invisible due to being 100% transparent. Set Shadow.Transparency to a value less than 100, to show shadow. Other properties can be adjusted as needed. |
![]() | ShapeFillBrush | Gets or sets the brush used to fill internal areas of shapes (objects derived from Style). If for a style both this and ShapeFillColor are specified, ShapeFillColor takes precedence. |
![]() | ShapeFillColor | Gets or sets the color used to fill internal areas of shapes (objects derived from Style). If for a style both this and ShapeFillBrush are specified, this property takes precedence. |
![]() | ShapeLine | Gets or sets the style of lines used to draw shape objects (RenderLine, RenderRectangle etc). |
![]() | Spacing | Gets or sets the spacing between the the current style's owner and the surrounding objects. |
![]() | TextAlignHorz | Gets or sets the horizontal text alignment. |
![]() | TextAlignVert | Gets or sets the vertical text alignment. |
![]() | TextAngle | Gets or sets the text rotation angle, in degrees counterclockwise from the X axis. |
![]() | TextDecoration | Gets or sets a value indicating whether the font is underlined. |
![]() | TextFitMode | Gets or sets a value indicating how the text will be fit into available area. |
![]() | TextIndent | Gets or sets the indentation of the first line in a block of text. |
![]() | TextPosition | Gets or sets a value indicating whether text is rendered normally, or as superscript or subscript. |
![]() | TreatLastLineNotEndOfParagraph | Obsolete. Use JustifyLastLine instead. |
![]() | VisitedHyperlinkAttrs | Gets or sets a C1HyperlinkAttrs for visited hyperlinks. |
![]() | WordWrap | Gets or sets a value indicating whether text automatically wraps to the next line when there is not enough space left on the current line. |
![]() | WordWrapMode | Gets or sets a value indicating how words can be split when text lines wrap.
This property is ignored if WordWrap is false. The default value is WordWrapMode.Normal |
![]() | WritingMode | Gets the writing mode, horizontal, vertical etc. |
