共用方式為


StyleBase 成員

Represents the base class for the Style class.

StyleBase 型別公開下列成員。

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端

欄位

  名稱 描述
受保護的欄位靜態成員 cBackgroundColor
受保護的欄位靜態成員 cBackgroundGradientEndColor
受保護的欄位靜態成員 cBackgroundGradientType
受保護的欄位靜態成員 cBackgroundHatchType
受保護的欄位靜態成員 cBackgroundImage
受保護的欄位靜態成員 cBackgroundImageMIMEType
受保護的欄位靜態成員 cBackgroundImageSource
受保護的欄位靜態成員 cBackgroundImageValue
受保護的欄位靜態成員 cBackgroundRepeat
受保護的欄位靜態成員 cBorderColor
受保護的欄位靜態成員 cBorderColorBottom
受保護的欄位靜態成員 cBorderColorLeft
受保護的欄位靜態成員 cBorderColorRight
受保護的欄位靜態成員 cBorderColorTop
受保護的欄位靜態成員 cBorderStyle
受保護的欄位靜態成員 cBorderStyleBottom
受保護的欄位靜態成員 cBorderStyleLeft
受保護的欄位靜態成員 cBorderStyleRight
受保護的欄位靜態成員 cBorderStyleTop
受保護的欄位靜態成員 cBorderWidth
受保護的欄位靜態成員 cBorderWidthBottom
受保護的欄位靜態成員 cBorderWidthLeft
受保護的欄位靜態成員 cBorderWidthRight
受保護的欄位靜態成員 cBorderWidthTop
受保護的欄位靜態成員 cCalendar
受保護的欄位靜態成員 cColor
受保護的欄位靜態成員 cDirection
受保護的欄位靜態成員 cFontFamily
受保護的欄位靜態成員 cFontSize
受保護的欄位靜態成員 cFontStyle
受保護的欄位靜態成員 cFontWeight
受保護的欄位靜態成員 cFormat
受保護的欄位靜態成員 cLanguage
受保護的欄位靜態成員 cLineHeight
受保護的欄位靜態成員 cNumeralLanguage
受保護的欄位靜態成員 cNumeralVariant
受保護的欄位靜態成員 cPaddingBottom
受保護的欄位靜態成員 cPaddingLeft
受保護的欄位靜態成員 cPaddingRight
受保護的欄位靜態成員 cPaddingTop
受保護的欄位靜態成員 cPosition
受保護的欄位靜態成員 cShadowColor
受保護的欄位靜態成員 cShadowOffset
受保護的欄位靜態成員 cTextAlign
受保護的欄位靜態成員 cTextDecoration
受保護的欄位靜態成員 cTextEffect
受保護的欄位靜態成員 cTransparentColor
受保護的欄位靜態成員 cUnicodeBiDi
受保護的欄位靜態成員 cVerticalAlign
受保護的欄位靜態成員 cWritingMode
受保護的欄位 m_nonSharedStyles
受保護的欄位 m_sharedStyles
公用欄位靜態成員 StyleAttributeCount

頂端

屬性

  名稱 描述
公用屬性 BackgroundColor Color of the background.
公用屬性 BackgroundGradientEndColor End color for the background gradient.
公用屬性 BackgroundGradientType The type of background gradient
公用屬性 BackgroundHatchType Hatch type.
公用屬性 BackgroundImage A background image for the object.
公用屬性 Border Default border properties
公用屬性 BottomBorder Properties of the bottom border
公用屬性 Calendar Indicates the calendar to use for formatting dates.
公用屬性 Color The foreground color
公用屬性 Direction Indicates whether text is written left-to-right or right-to-left.
公用屬性 FontFamily Name of the font family
公用屬性 FontSize Size of the font
公用屬性 FontStyle Font style
公用屬性 FontWeight Thickness of the font
公用屬性 Format A Microsoft .NET Framework formatting string. For more information, see https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx.
公用屬性 Item Gets a style attribute.
公用屬性 Language The primary language of the text. Default is Report language.
公用屬性 LeftBorder Properties of the left border.
公用屬性 LineHeight Height of a line of text.
公用屬性 NonSharedStyleAttributes Gets a list of style attributes that are not shared between instance objects.
公用屬性 NumeralLanguage The digit format to use as described by its primary language.
公用屬性 NumeralVariant The variant of the digit format to use.
公用屬性 PaddingBottom Padding between the bottom edge of the report item and its contents.
公用屬性 PaddingLeft Padding between the left edge of the report item and its contents.
公用屬性 PaddingRight Padding between the right edge of the report item and its contents.
公用屬性 PaddingTop Padding between the top edge of the report item and its contents.
公用屬性 RightBorder Properties of the right border.
公用屬性 ShadowColor Color of the shadow for the item.
公用屬性 ShadowOffset Size of the shadow for the item.
公用屬性 SharedStyleAttributes Gets a list of style attributes that are shared between instance objects.
公用屬性 TextAlign Horizontal alignment of the text.
公用屬性 TextDecoration Special text formatting.
公用屬性 TextEffect Effect to apply to the text.
公用屬性 TopBorder Properties of the top border.
公用屬性 UnicodeBiDi Indicates the level of embedding with respect to the bi-directional algorithm.
公用屬性 VerticalAlign Vertical alignment of the text.
公用屬性 WritingMode Indicates whether text is written horizontally or vertically.

頂端