MESCIUS.ActiveReports Assembly / DDCssLib Namespace / eCSSProperty Enumeration

eCSSProperty Enumeration
An enum of CSS property name numeric identifiers.
Syntax
'Declaration
 
Public Enum eCSSProperty 
   Inherits System.Enum
 
Members
MemberDescription
AzimuthAzimuth
BackgroundBackground
Background_attachmentBackground attachment
Background_colorBackground color
Background_imageBackground image
Background_positionBackground position
Background_repeatBackground repeat
Background_x_positionBackground x position
Background_y_positionBackground y position
BehaviorBehavior
BorderBorder
Border_bottomBorder bottom
Border_bottom_colorBorder bottom color
Border_bottom_styleBorder bottom style
Border_bottom_widthBorder bottom width
Border_collapseBorder collapse
Border_colorBorder color
Border_leftBorder left
Border_left_colorBorder left color
Border_left_styleBorder left style
Border_left_widthBorder left width
border_radiusBorder radius
border_radius_bottomLeftBorder radius bottom left
border_radius_bottomRightBorder radius bottom right
border_radius_topLeftBorder radius top left
border_radius_topRightBorder radius top right
Border_rightBorder right
Border_right_colorBorder right color
Border_right_styleBorder right style
Border_right_widthBorder right width
Border_spacingBorder spacing
Border_styleBorder style
Border_topBorder top
Border_top_colorBorder top color
Border_top_styleBorder top style
Border_top_widthBorder top width
Border_widthBorder width
Border_x_spacingBorder x spacing
Border_y_spacingBorder y spacing
BottomBottom
Box_sizingBox sizing
Caption_sideCaption side
ClearClear
ClipClip
Clip_bottomClip bottom
Clip_leftClip left
Clip_rightClip right
Clip_topClip top
ColorColor
ContentContent
CountCount
Counter_incrementCounter increment
Counter_resetCounter reset
CueCue
Cue_afterCue after
Cue_beforeCue before
CursorCursor
Ddo_can_growDdo can grow
Ddo_can_shrinkDdo can shrink
Ddo_char_setDdo char set
Ddo_font_verticalDdo font vertical
Ddo_line_colorDdo line color
Ddo_line_styleDdo line style
Ddo_line_weightDdo line weight
Ddo_multi_lineDdo multi line
DirectionDirection
DisplayDisplay
ElevationElevation
Empty_cellsEmpty cells
FloatFloat
Float_edgeFloat edge
FontFont
Font_familyFont family
Font_sizeFont size
Font_size_adjustFont size adjust
Font_stretchFont stretch
Font_styleFont style
Font_variantFont variant
Font_weightFont weight
HeightHeight
Key_equivalentKey equivalent
LeftLeft
Letter_spacingLetter spacing
Line_heightLine height
List_styleList style
List_style_imageList style image
List_style_positionList style position
List_style_typeList style type
MarginMargin
Margin_bottomMargin bottom
Margin_leftMargin left
Margin_rightMargin right
Margin_topMargin top
Marker_offsetMarker offset
MarksMarks
Max_heightMax height
Max_widthMax width
Min_heightMin height
Min_widthMin width
OpacityOpacity
OrphansOrphans
OutlineOutline
Outline_colorOutline color
outline_radiusOutline radius
outline_radius_bottomLeftOutline radius bottom left
outline_radius_bottomRightOutline radius bottom right
outline_radius_topLeftOutline radius top left
outline_radius_topRightOutline radius top right
Outline_styleOutline style
Outline_widthOutline width
OverflowOverflow
PaddingPadding
Padding_bottomPadding bottom
Padding_leftPadding left
Padding_rightPadding right
Padding_topPadding top
PagePage
Page_break_afterPage break after
Page_break_beforePage break before
Page_break_insidePage break inside
PausePause
Pause_afterPause after
Pause_beforePause before
PitchPitch
Pitch_rangePitch range
Play_duringPlay during
Play_during_flagsPlay during flags
PositionPosition
QuotesQuotes
Quotes_closeQuotes close
Quotes_openQuotes open
ResizerResizer
RichnessRichness
RightRight
SizeSize
Size_heightSize height
Size_widthSize width
SpeakSpeak
Speak_headerSpeak header
Speak_numeralSpeak numeral
Speak_punctuationSpeak punctuation
Speech_rateSpeech rate
StressStress
Table_layoutTable layout
Text_alignText align
Text_decorationText decoration
Text_enable_kinsokuText enable kinsoku
Text_indentText indent
Text_justifyText justify
Text_shadowText shadow
Text_shadow_colorText shadow color
Text_shadow_radiusText shadow radius
Text_shadow_xText shadow x
Text_shadow_yText shadow y
Text_shrink_to_fitText shrink to fit
Text_transformText transform
Text_wrap_modeText wrap mode
TopTop
Unicode_bidiUnicode bidi
UnknownUnknown
User_focusUser focus
User_inputUser input
User_modifyUser modify
User_selectUser select
Vertical_alignVertical align
VisibilityVisibility
Voice_familyVoice family
VolumeVolume
White_spaceWhite space
WidowsWidows
WidthWidth
Word_spacingWord spacing
Z_indexZ index
Remarks
The values of the eCSSProperty enum can be used as indexes to the s_kCSSRawProperties array to return the coorisponding property name as a string.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DDCssLib.eCSSProperty

See Also