다음을 통해 공유


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.

맨 위로 이동