Espacio de nombres: CodiumSDK.CPL.Extentions
Ensamblado: CodiumSDK.dll

Class with extentions for CSS Rules, Media, etc.
C#
public static class CSSExtentions : System.Object

Métodos

NombreDescripción
AddCSSRuleForMedia(cssRule)Add CSS Rule for Media
AddKeyFrameSelector(keyFramesSelector)Add Key Frame Selector to @keyframes
AddRule(name, value, comment)Add Rule
AlignContent(value, comment)The align-content property modifies the behavior of the flex-wrap property. It is similar to align-items, but instead of aligning flex items, it aligns flex lines.
AlignItems(value, comment)The align-items property specifies the default alignment for items inside the flexible container.
AlignSelf(value, comment)Center the alignments for one of the items inside a flexible element.
All(value, comment)The all property resets all properties, apart from unicode-bidi and direction, to their initial or inherited value.
Animation(duration, durationUnit, delay, delayUnit, timingFunction, direction, fill, number, name, playstate, comment)Animation
AnimationDelay(time, timeUnit, comment)The animation-delay property specifies a delay for the start of an animation.
AnimationDirection(animationDirection, comment)The animation-direction property defines whether an animation should be played forwards, backwards or in alternate cycles.
AnimationDuration(time, timeUnit, comment)The animation-duration property defines how long an animation should take to complete one cycle.
AnimationFillMode(fill, comment)The animation-fill-mode property specifies a style for the element when the animation is not playing (before it starts, after it ends, or both).
AnimationIterationCount(number, comment)The animation-iteration-count property specifies the number of times an animation should be played.
AnimationName(name, comment)The animation-name property specifies a name for the @keyframes animation.
AnimationPlayState(playstate, comment)The animation-play-state property specifies whether the animation is running or paused.
AnimationTimingFunction(timingFunction, comment)The animation-timing-function specifies the speed curve of an animation.
BackfaceVisibility(value, comment)The backface-visibility property defines whether or not the back face of an element should be visible when facing the user.
BackgroundColor(value, comment)Sets the background color of an element
BackgroundImage(image, repeat, attachment, position, size, origin, clip, comment)Sets the background image for an element
Border(apply, size, color, style, comment)Border
BorderCollapse(value, comment)The border-collapse property sets whether table borders should collapse into a single border or be separated as in standard HTML.
Bottom(comment)The bottom property affects the vertical position of a positioned element. This property has no effect on non-positioned elements.
Bottom(value, unit, comment)The bottom property affects the vertical position of a positioned element. This property has no effect on non-positioned elements.
BoxDecorationBreak(value, comment)The box-decoration-break property specifies how the background, padding, border, border-image, box-shadow, margin, and clip-path of an element is applied when the box for the element is fragmented.
BoxShadow(comment)The box-shadow property attaches one or more shadows to an element.
BoxShadow(hOffset, vOffset, blur, spread, color, inset, comment)The box-shadow property attaches one or more shadows to an element.
BoxSizing(value, comment)The box-sizing property defines how the width and height of an element are calculated: should they include padding and borders, or not.
BreakAfter(value, comment)The break-after property specifies whether or not a page break, column break, or region break should occur after the specified element.
BreakBefore(value, comment)The break-before property specifies whether or not a page break, column break, or region break should occur before the specified element.
BreakInside(value, comment)The break-inside property specifies whether or not a page break, column break, or region break should occur inside the specified element.
CaptionSide(value, comment)The caption-side property specifies the placement of a table caption.
CaretColor(value, comment)The caret-color property specifies the color of the cursor (caret) in inputs, textareas, or any element that is editable.
Clear(value, comment)The clear property controls the flow next to floated elements.
Clip(top, right, bottom, left, comment)The clip property lets you specify a rectangle to clip an absolutely positioned element. The rectangle is specified as four coordinates, all from the top-left corner of the element to be clipped.
ClipPath(svg, comment)The clip-path property lets you clip an element to a basic shape or to an SVG source.
ClipPath(shape, comment)The clip-path property lets you clip an element to a basic shape or to an SVG source.
ClipPath(value, comment)The clip-path property lets you clip an element to a basic shape or to an SVG source.
Color(value, comment)Colors are specified using predefined color names, or RGB, HEX, HSL, RGBA, HSLA values.
Columns(count, fill, gap, ruleWidth, ruleColor, ruleStyle, span, width, comment)Define columns for a div tag
Content(attribute, comment)The content property is used with the ::before and ::after pseudo-elements, to insert generated content.
Content(text, isUrl, comment)The content property is used with the ::before and ::after pseudo-elements, to insert generated content.
Content(type, counterName, comment)The content property is used with the ::before and ::after pseudo-elements, to insert generated content.
CounterIncrement(name, comment)The counter-increment property increases or decreases the value of one or more CSS counters.
CounterReset(name, comment)The counter-reset property creates or resets one or more CSS counters.
Cursor(value, comment)The cursor property specifies the mouse cursor to be displayed when pointing over an element.
Direction(value, comment)The direction property specifies the text direction/writing direction within a block-level element.
Display(value, comment)The display property specifies the display behavior (the type of rendering box) of an element.
EmptyCells(value, comment)The empty-cells property sets whether or not to display borders on empty cells in a table.
Filter(filter, comment)The filter property defines visual effects (like blur and saturation) to an element (often img).
Flex(size, direction, grow, shrink, wrap, comment)The flex property sets the flexible length on flexible items.
Float(value, comment)The float property specifies whether an element should float to the left, right, or not at all.
Font(family, size, sizeUnit, style, weight, strech, kerning, variant, comment)Font
FontFamily(name, comment)The font-family property specifies the font for an element.
FontKerning(value, comment)The font-kerning property controls the usage of the kerning information stored in a font.
FontSize(size, sizeUnit, comment)The font-size property sets the size of a font.
FontStretch(value, comment)The font-stretch property allows you to make text narrower (condensed) or wider (expanded).
FontStyle(value, comment)The font-style property specifies the font style for a text.
FontVariant(value, comment)The font-variant property specifies whether or not a text should be displayed in a small-caps font.
FontWeight(value, comment)The font-weight property sets how thick or thin characters in text should be displayed
Gap(row, column, rowUnit, columnUnit, comment)The gap property defines the size of the gap between the rows and columns.
Grid(rows, columns, comment)Grid
Grid(areas, comment)Grid
GridArea(name, comment)The grid-area property can also be used to assign a name to a grid item.
GridArea(gridRowStart, gridColumnStart, gridRowEnd, gridColumnEnd, comment)The grid-area property specifies a grid item’s size and location in a grid layout
GridAutoColumns(length, lengthUnit, comment)The grid-auto-columns property sets a size for the columns in a grid container.
GridAutoColumns(value, comment)The grid-auto-columns property sets a size for the columns in a grid container.
GridAutoFlow(value, comment)The grid-auto-flow property controls how auto-placed items get inserted in the grid.
GridAutoRows(value, comment)The grid-auto-rows property sets a size for the rows in a grid container.
GridAutoRows(length, lengthUnit, comment)The grid-auto-rows property sets a size for the rows in a grid container.
GridColumn(gridColumnStart, gridColumnEnd, comment)The grid-column property specifies a grid item’s size and location in a grid layout
GridColumnEnd(span, comment)The grid-column-end property defines how many columns an item will span, or on which column-line the item will end
GridColumnGap(length, lengthUnit, comment)The grid-column-gap property defines the size of the gap between the columns in a grid layout.
GridColumnStart(span, comment)The grid-column-start property defines on which column-line the item will start.
GridGap(row, column, rowUnit, columnUnit, comment)The grid-gap property defines the size of the gap between the rows and columns in a grid layout
GridRow(gridRowStart, gridRowEnd, comment)The grid-row property specifies a grid item’s size and location in a grid layout
GridRowEnd(rowLine, comment)The grid-row-end property defines how many rows an item will span, or on which row-line the item will end
GridRowGap(length, lengthUnit, comment)The grid-row-gap property defines the size of the gap between the rows in a grid layout.
GridRowStart(rowLine, comment)The grid-row-start property defines on which row-line the item will start.
GridTemplate(rows, columns, comment)Grid Template
GridTemplate(areas, comment)Grid Template
GridTemplateAreas(areas, comment)Grid Template Areas
GridTemplateColumns(columns, comment)The grid-template-columns property specifies the number (and the widths) of columns in a grid layout.
GridTemplateRows(rows, comment)The grid-template-rows property specifies the number (and the heights) of the rows in a grid layout.
Height(comment)The height property sets the height of an element.
Height(length, lengthUnit, comment)The height property sets the height of an element.
Hyphens(value, comment)The hyphens property defines whether hyphenation is allowed to create more soft wrap opportunities within a line of text.
ImageRendering(value, comment)The image-rendering property specifies the type of algorithm to be used for image scaling.
Isolation(value, comment)The isolation property defines whether an element must create a new stacking content.
JustifyContent(value, comment)The justify-content property aligns the flexible container’s items when the items do not use all available space on the main-axis (horizontally).
Left(comment)The left property affects the horizontal position of a positioned element. This property has no effect on non-positioned elements.
Left(length, lengthUnit, comment)The left property affects the horizontal position of a positioned element. This property has no effect on non-positioned elements.
LetterSpacing(length, comment)The letter-spacing property increases or decreases the space between characters in a text.
LineHeight(comment)The line-height property specifies the height of a line.
LineHeight(length, lengthUnit, comment)The line-height property specifies the height of a line.
ListStyleImage(position, comment)The list-style-position property specifies the position of the list-item markers (bullet points).
ListStyleImage(url, comment)The list-style-image property replaces the list-item marker with an image.
ListStyleType(type, comment)The list-style-type specifies the type of list-item marker in a list.
Margin(apply, length, comment)The margin property sets the margins for an element
Mask(gradient, origin, position, repeat, width, height, widthUnit, heightUnit, comment)Mask
MaxHeight(comment)The max-height property defines the maximum height of an element.
MaxHeight(length, lengthUnit, comment)The max-height property defines the maximum height of an element.
MaxWidth(comment)The max-width property defines the maximum width of an element.
MaxWidth(length, lengthUnit, comment)The max-width property defines the maximum width of an element.
MinHeight(length, lengthUnit, comment)The min-height property defines the minimum height of an element.
MinWidth(length, lengthUnit, comment)The min-width property defines the minimum width of an element.
MixBlendMode(value, comment)The mix-blend-mode property specifies how an element’s content should blend with its direct parent background.
ObjectFit(value, comment)The object-fit property is used to specify how an img or video should be resized to fit its container.
ObjectPosition(x, y, xUnit, yUnit, comment)The object-position property is used together with object-fit to specify how an img or video should be positioned with x/y coordinates inside its “own content box”.
Opacity(value, comment)The opacity property sets the opacity level for an element.
Order(value, comment)The order property specifies the order of a flexible item relative to the rest of the flexible items inside the same container.
Orphans(value, comment)The orphans property specifies the minimum number of lines that must be left at the bottom of a page or column.
Outline(color, style, offset, width, widthUnit, comment)An outline is a line that is drawn around elements, outside the borders, to make the element “stand out”.
OutlineColor(value, comment)The outline-color property specifies the color of an outline.
OutlineOffset(value, comment)The outline-offset property adds space between the outline and the edge or border of an element.
OutlineStyle(value, comment)The outline-style property specifies the style of an outline.
OutlineWidth(value, valueUnit, comment)The outline-width specifies the width of an outline.
Overflow(value, comment)The overflow property specifies what should happen if content overflows an element’s box.
OverflowWrap(value, comment)The overflow-wrap property specifies whether or not the browser can break lines with long words, if they overflow the container.
OverflowX(value, comment)The overflow-x property specifies whether to clip the content, add a scroll bar, or display overflow content of a block-level element, when it overflows at the left and right edges.
OverflowY(value, comment)The overflow-y property specifies whether to clip the content, add a scroll bar, or display overflow content of a block-level element, when it overflows at the top and bottom edges.
Padding(apply, length, comment)An element’s padding is the space between its content and its border.
PageBreakAfter(value, comment)The page-break-after property adds a page-break after a specified element.
PageBreakBefore(value, comment)The page-break-before property adds a page-break before a specified element.
PageBreakInside(value, comment)The page-break-inside property sets whether a page-break should be avoided inside a specified element.
Perspective(value, comment)The perspective property is used to give a 3D-positioned element some perspective.
PerspectiveOrigin(xAxis, yAxis, comment)The perspective-origin property defines at from which position the user is looking at the 3D-positioned element.
PointerEvents(value, comment)The pointer-events property defines whether or not an element reacts to pointer events.
Position(value, comment)The position property specifies the type of positioning method used for an element (static, relative, absolute, fixed, or sticky).
Quotes(comment)The quotes property sets the type of quotation marks for quotations.
Quotes(openQuoteFirst, closeQuoteFirst, openQuoteSecond, closeQuoteSecond, comment)The quotes property sets the type of quotation marks for quotations.
Resize(value, comment)The resize property defines if (and how) an element is resizable by the user.
Right(comment)The right property affects the horizontal position of a positioned element. This property has no effect on non-positioned elements.
RowGap(length, lengthUnit, comment)The row-gap property specifies the gap between the grid rows.
ScrollBehavior(value, comment)The scroll-behavior property specifies whether to smoothly animate the scroll position, instead of a straight jump, when the user clicks on a link within a scrollable box.
TableLayout(value, comment)The table-layout property defines the algorithm used to lay out table cells, rows, and columns.
TabSize(value, comment)The tab-size property specifies the width of a tab character.
TextAlign(value, comment)The text-align property specifies the horizontal alignment of text in an element.
TextAlignLast(value, comment)The text-align-last property specifies how to align the last line of a text.
TextDecoration(style, color, line, thickness, thicknessUnit, comment)The text-decoration property specifies the decoration added to text
TextDecorationColor(value, comment)The text-decoration-color property specifies the color of the text-decoration (underlines, overlines, linethroughs).
TextDecorationLine(value, comment)The text-decoration-line property sets the kind of text decoration to use (like underline, overline, line-through).
TextDecorationStyle(value, comment)The text-decoration-style property sets the style of the text decoration (like solid, wavy, dotted, dashed, double).
TextDecorationThickness(length, lengthUnit, comment)The text-decoration-thickness property specifies the thickness of the decoration line.
TextIndent(length, lengthUnit, comment)The text-indent property specifies the indentation of the first line in a text-block.
TextJustify(value, comment)The text-justify property specifies the justification method of text when text-align is set to “justify”.
TextOverflow(value, comment)The text-overflow property specifies how overflowed content that is not displayed should be signaled to the user. It can be clipped, display an ellipsis (…), or display a custom string.
TextShadow(hOffset, vOffset, blur, color, comment)The text-shadow property adds shadow to text.
TextShadow(comment)The text-shadow property adds shadow to text.
Top(comment)The top property affects the vertical position of a positioned element. This property has no effect on non-positioned elements.
Top(length, lengthUnit, comment)The top property affects the vertical position of a positioned element. This property has no effect on non-positioned elements.
Transform(transformation, comment)The transform property applies a 2D or 3D transformation to an element. This property allows you to rotate, scale, move, skew, etc., elements.
TransformOrigin(xAxis, yAxis, zAxis, comment)The transform-origin property allows you to change the position of transformed elements.
TransformStyle(value, comment)The transform-style property specifies how nested elements are rendered in 3D space.
Transition(duration, durationUnit, delay, delayUnit, properties, timingFunction, comment)Transition
TransitionDelay(time, timeUnit, comment)The transition-delay property specifies when the transition effect will start.
TransitionDuration(time, timeUnit, comment)The transition-duration property specifies how many seconds (s) or milliseconds (ms) a transition effect takes to complete.
TransitionProperty(properties, comment)The transition-property property specifies the name of the CSS property the transition effect is for (the transition effect will start when the specified CSS property changes).
TransitionProperty(comment)The transition-property property specifies the name of the CSS property the transition effect is for (the transition effect will start when the specified CSS property changes).
TransitionTimingFunction(timingFunction, comment)The transition-timing-function property specifies the speed curve of the transition effect.
UnicodeBidi(bidi, comment)The unicode-bidi property is used together with the direction property to set or return whether the text should be overridden to support multiple languages in the same document.
UserSelect(select, comment)The user-select property specifies whether the text of an element can be selected.
VerticalAlign(align, comment)The vertical-align property sets the vertical alignment of an element.
Visibility(visibility, comment)The visibility property specifies whether or not an element is visible.
WhiteSpace(space, comment)The white-space property specifies how white-space inside an element is handled.
Widows(value, comment)The widows property specifies the minimum number of lines that must be left at the top of a page or column.
Width(comment)The width property sets the width of an element.
Width(length, lengthUnit, comment)The width property sets the width of an element.
WordBreak(wordBreak, comment)The word-break property specifies how words should break when reaching the end of a line.
WordSpacing(length, lengthUnit, comment)The word-spacing property increases or decreases the white space between words.
WordSpacing(comment)The word-spacing property increases or decreases the white space between words.
WordWrap(wordWrap, comment)The word-wrap property allows long words to be able to be broken and wrap onto the next line.
WritingMode(writingMode, comment)The writing-mode property specifies whether lines of text are laid out horizontally or vertically.
ZIndex(value, comment)The z-index property specifies the stack order of an element.

AddCSSRuleForMedia(css, cssRule)

Add CSS Rule for Media
C#
public CodiumSDK.CPL.CSSRule AddCSSRuleForMedia(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule cssRule);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
cssRuleCodiumSDK.CPL.CSSRuleCSS Rule

AddKeyFrameSelector(css, keyFramesSelector)

Add Key Frame Selector to @keyframes
C#
public CodiumSDK.CPL.CSSRule AddKeyFrameSelector(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule keyFramesSelector);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
keyFramesSelectorCodiumSDK.CPL.CSSRuleKey Frame Selector

AddRule(css, name, value, comment)

Add Rule
C#
public CodiumSDK.CPL.CSSRule AddRule(this CodiumSDK.CPL.CSSRule css, System.String name, System.String value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
nameSystem.StringName
valueSystem.StringValue
commentSystem.StringComment

AlignContent(css, value, comment)

The align-content property modifies the behavior of the flex-wrap property. It is similar to align-items, but instead of aligning flex items, it aligns flex lines.
C#
public CodiumSDK.CPL.CSSRule AlignContent(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.AlignContent value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.AlignContentValue
commentSystem.StringComment

AlignItems(css, value, comment)

The align-items property specifies the default alignment for items inside the flexible container.
C#
public CodiumSDK.CPL.CSSRule AlignItems(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.AlignItems value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.AlignItemsValue
commentSystem.StringComment

AlignSelf(css, value, comment)

Center the alignments for one of the items inside a flexible element.
C#
public CodiumSDK.CPL.CSSRule AlignSelf(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.AlignSelf value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.AlignSelfValue
commentSystem.StringComment

All(css, value, comment)

The all property resets all properties, apart from unicode-bidi and direction, to their initial or inherited value.
C#
public CodiumSDK.CPL.CSSRule All(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.All value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.AllValue
commentSystem.StringComment

Animation(css, duration, durationUnit, delay, delayUnit, timingFunction, direction, fill, number, name, playstate, comment)

Animation
C#
public CodiumSDK.CPL.CSSRule Animation(this CodiumSDK.CPL.CSSRule css, System.Int32 duration, CodiumSDK.CPL.CSSRule.Time durationUnit, System.Int32 delay, CodiumSDK.CPL.CSSRule.Time delayUnit, CodiumSDK.CPL.CSSRule.TimingFunction timingFunction, CodiumSDK.CPL.CSSRule.AnimationDirection direction, CodiumSDK.CPL.CSSRule.FillMode fill, System.Int32 number, System.String name, CodiumSDK.CPL.CSSRule.Playstate playstate, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
durationSystem.Int32The animation-duration property defines how long an animation should take to complete one cycle.
durationUnitCodiumSDK.CPL.CSSRule.TimeUnit
delaySystem.Int32The animation-delay property specifies a delay for the start of an animation.
delayUnitCodiumSDK.CPL.CSSRule.TimeUnit
timingFunctionCodiumSDK.CPL.CSSRule.TimingFunctionThe animation-timing-function specifies the speed curve of an animation.
directionCodiumSDK.CPL.CSSRule.AnimationDirectionThe animation-direction property defines whether an animation should be played forwards, backwards or in alternate cycles.
fillCodiumSDK.CPL.CSSRule.FillModeThe animation-fill-mode property specifies a style for the element when the animation is not playing (before it starts, after it ends, or both).
numberSystem.Int32The animation-iteration-count property specifies the number of times an animation should be played.
nameSystem.StringThe animation-name property specifies a name for the @keyframes animation.
playstateCodiumSDK.CPL.CSSRule.PlaystateThe animation-play-state property specifies whether the animation is running or paused.
commentSystem.StringComment

AnimationDelay(css, time, timeUnit, comment)

The animation-delay property specifies a delay for the start of an animation.
C#
public CodiumSDK.CPL.CSSRule AnimationDelay(this CodiumSDK.CPL.CSSRule css, System.Int32 time, CodiumSDK.CPL.CSSRule.Time timeUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
timeSystem.Int32Defines the number of seconds (s) or milliseconds (ms) to wait before the animation will start. Default value is 0. Negative values are allowed. If you use negative values, the animation will start as if it had already been playing for N seconds/milliseconds.
timeUnitCodiumSDK.CPL.CSSRule.TimeUnit
commentSystem.StringComment

AnimationDirection(css, animationDirection, comment)

The animation-direction property defines whether an animation should be played forwards, backwards or in alternate cycles.
C#
public CodiumSDK.CPL.CSSRule AnimationDirection(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.AnimationDirection animationDirection, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
animationDirectionCodiumSDK.CPL.CSSRule.AnimationDirectionAnimation Direction
commentSystem.StringComment

AnimationDuration(css, time, timeUnit, comment)

The animation-duration property defines how long an animation should take to complete one cycle.
C#
public CodiumSDK.CPL.CSSRule AnimationDuration(this CodiumSDK.CPL.CSSRule css, System.Int32 time, CodiumSDK.CPL.CSSRule.Time timeUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
timeSystem.Int32Specifies the length of time an animation should take to complete one cycle. This can be specified in seconds or milliseconds. Default value is 0, which means that no animation will occur
timeUnitCodiumSDK.CPL.CSSRule.TimeUnit
commentSystem.StringComment

AnimationFillMode(css, fill, comment)

The animation-fill-mode property specifies a style for the element when the animation is not playing (before it starts, after it ends, or both).
C#
public CodiumSDK.CPL.CSSRule AnimationFillMode(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.FillMode fill, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
fillCodiumSDK.CPL.CSSRule.FillModeFill Mode
commentSystem.StringComment

AnimationIterationCount(css, number, comment)

The animation-iteration-count property specifies the number of times an animation should be played.
C#
public CodiumSDK.CPL.CSSRule AnimationIterationCount(this CodiumSDK.CPL.CSSRule css, System.Int32 number, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
numberSystem.Int32A number that defines how many times an animation should be played. Default value is 1
commentSystem.StringComment

AnimationName(css, name, comment)

The animation-name property specifies a name for the @keyframes animation.
C#
public CodiumSDK.CPL.CSSRule AnimationName(this CodiumSDK.CPL.CSSRule css, System.String name, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
nameSystem.String
commentSystem.StringComment

AnimationPlayState(css, playstate, comment)

The animation-play-state property specifies whether the animation is running or paused.
C#
public CodiumSDK.CPL.CSSRule AnimationPlayState(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Playstate playstate, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
playstateCodiumSDK.CPL.CSSRule.PlaystatePlaystate
commentSystem.StringComment

AnimationTimingFunction(css, timingFunction, comment)

The animation-timing-function specifies the speed curve of an animation.
C#
public CodiumSDK.CPL.CSSRule AnimationTimingFunction(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.TimingFunction timingFunction, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
timingFunctionCodiumSDK.CPL.CSSRule.TimingFunctionTiming Function
commentSystem.StringComment

BackfaceVisibility(css, value, comment)

The backface-visibility property defines whether or not the back face of an element should be visible when facing the user.
C#
public CodiumSDK.CPL.CSSRule BackfaceVisibility(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.BackfaceVisibility value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.BackfaceVisibilityValue
commentSystem.StringComment

BackgroundColor(css, value, comment)

Sets the background color of an element
C#
public CodiumSDK.CPL.CSSRule BackgroundColor(this CodiumSDK.CPL.CSSRule css, System.String value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.StringValue
commentSystem.StringComment

BackgroundImage(css, image, repeat, attachment, position, size, origin, clip, comment)

Sets the background image for an element
C#
public CodiumSDK.CPL.CSSRule BackgroundImage(this CodiumSDK.CPL.CSSRule css, System.String image, CodiumSDK.CPL.CSSRule.Repeat repeat, CodiumSDK.CPL.CSSRule.Attachment attachment, CodiumSDK.CPL.CSSRule.BackgroundPosition position, CodiumSDK.CPL.CSSRule.BackgroundSize size, CodiumSDK.CPL.CSSRule.Origin origin, CodiumSDK.CPL.CSSRule.Clip clip, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
imageSystem.StringImage
repeatCodiumSDK.CPL.CSSRule.RepeatSets how a background image will be repeated
attachmentCodiumSDK.CPL.CSSRule.AttachmentSets whether a background image is fixed or scrolls with the rest of the page
positionCodiumSDK.CPL.CSSRule.BackgroundPositionSets the starting position of a background image.
sizeCodiumSDK.CPL.CSSRule.BackgroundSizeSpecifies the size of the background images.
originCodiumSDK.CPL.CSSRule.OriginSpecifies the origin position (the background positioning area) of a background image.
clipCodiumSDK.CPL.CSSRule.ClipSpecify how far the background should extend within an element
commentSystem.StringComment

Border(css, apply, size, color, style, comment)

Border
C#
public CodiumSDK.CPL.CSSRule Border(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.BorderApply apply, System.Int32 size, System.String color, CodiumSDK.CPL.CSSRule.BorderStyle style, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthis
applyCodiumSDK.CPL.CSSRule.BorderApplyApply To
sizeSystem.Int32Size
colorSystem.StringColor
styleCodiumSDK.CPL.CSSRule.BorderStyleStyle
commentSystem.StringComment

BorderCollapse(css, value, comment)

The border-collapse property sets whether table borders should collapse into a single border or be separated as in standard HTML.
C#
public CodiumSDK.CPL.CSSRule BorderCollapse(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Collapse value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.CollapseValue
commentSystem.StringComment

Bottom(css, comment)

The bottom property affects the vertical position of a positioned element. This property has no effect on non-positioned elements.
C#
public CodiumSDK.CPL.CSSRule Bottom(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

Bottom(css, value, unit, comment)

The bottom property affects the vertical position of a positioned element. This property has no effect on non-positioned elements.
C#
public CodiumSDK.CPL.CSSRule Bottom(this CodiumSDK.CPL.CSSRule css, System.Int32 value, CodiumSDK.CPL.CSSRule.UnitsWithPercentage unit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.Int32Value
unitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

BoxDecorationBreak(css, value, comment)

The box-decoration-break property specifies how the background, padding, border, border-image, box-shadow, margin, and clip-path of an element is applied when the box for the element is fragmented.
C#
public CodiumSDK.CPL.CSSRule BoxDecorationBreak(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Break value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.BreakValue
commentSystem.StringComment

BoxShadow(css, comment)

The box-shadow property attaches one or more shadows to an element.
C#
public CodiumSDK.CPL.CSSRule BoxShadow(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

BoxShadow(css, hOffset, vOffset, blur, spread, color, inset, comment)

The box-shadow property attaches one or more shadows to an element.
C#
public CodiumSDK.CPL.CSSRule BoxShadow(this CodiumSDK.CPL.CSSRule css, System.Int32 hOffset, System.Int32 vOffset, System.Int32 blur, System.Int32 spread, System.String color, System.Boolean inset, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
hOffsetSystem.Int32Required. The horizontal offset of the shadow. A positive value puts the shadow on the right side of the box, a negative value puts the shadow on the left side of the box
vOffsetSystem.Int32Required. The vertical offset of the shadow. A positive value puts the shadow below the box, a negative value puts the shadow above the box
blurSystem.Int32Optional. The blur radius. The higher the number, the more blurred the shadow will be
spreadSystem.Int32Optional. The spread radius. A positive value increases the size of the shadow, a negative value decreases the size of the shadow
colorSystem.StringOptional. The color of the shadow. The default value is the text color.
insetSystem.BooleanOptional. Changes the shadow from an outer shadow (outset) to an inner shadow
commentSystem.StringComment

BoxSizing(css, value, comment)

The box-sizing property defines how the width and height of an element are calculated: should they include padding and borders, or not.
C#
public CodiumSDK.CPL.CSSRule BoxSizing(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Sizing value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.SizingValue
commentSystem.StringComment

BreakAfter(css, value, comment)

The break-after property specifies whether or not a page break, column break, or region break should occur after the specified element.
C#
public CodiumSDK.CPL.CSSRule BreakAfter(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.After value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.AfterValue
commentSystem.StringComment

BreakBefore(css, value, comment)

The break-before property specifies whether or not a page break, column break, or region break should occur before the specified element.
C#
public CodiumSDK.CPL.CSSRule BreakBefore(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Before value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.BeforeValue
commentSystem.StringComment

BreakInside(css, value, comment)

The break-inside property specifies whether or not a page break, column break, or region break should occur inside the specified element.
C#
public CodiumSDK.CPL.CSSRule BreakInside(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Inside value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.InsideValue
commentSystem.StringComment

CaptionSide(css, value, comment)

The caption-side property specifies the placement of a table caption.
C#
public CodiumSDK.CPL.CSSRule CaptionSide(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Side value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.SideValue
commentSystem.StringComment

CaretColor(css, value, comment)

The caret-color property specifies the color of the cursor (caret) in inputs, textareas, or any element that is editable.
C#
public CodiumSDK.CPL.CSSRule CaretColor(this CodiumSDK.CPL.CSSRule css, System.String value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.StringValue
commentSystem.StringComment

Clear(css, value, comment)

The clear property controls the flow next to floated elements.
C#
public CodiumSDK.CPL.CSSRule Clear(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Clear value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.ClearValue
commentSystem.StringComment

Clip(css, top, right, bottom, left, comment)

The clip property lets you specify a rectangle to clip an absolutely positioned element. The rectangle is specified as four coordinates, all from the top-left corner of the element to be clipped.
C#
public CodiumSDK.CPL.CSSRule Clip(this CodiumSDK.CPL.CSSRule css, System.Int32 top, System.Int32 right, System.Int32 bottom, System.Int32 left, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
topSystem.Int32Top
rightSystem.Int32Right
bottomSystem.Int32Bottom
leftSystem.Int32Left
commentSystem.StringComment

ClipPath(css, svg, comment)

The clip-path property lets you clip an element to a basic shape or to an SVG source.
C#
public CodiumSDK.CPL.CSSRule ClipPath(this CodiumSDK.CPL.CSSRule css, System.String svg, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
svgSystem.StringDefines a URL to an SVG clipPath element
commentSystem.StringComment

ClipPath(css, shape, comment)

The clip-path property lets you clip an element to a basic shape or to an SVG source.
C#
public CodiumSDK.CPL.CSSRule ClipPath(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Shape shape, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
shapeCodiumSDK.CPL.CSSRule.ShapeBasic Shape
commentSystem.StringComment

ClipPath(css, value, comment)

The clip-path property lets you clip an element to a basic shape or to an SVG source.
C#
public CodiumSDK.CPL.CSSRule ClipPath(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Path value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.PathValue
commentSystem.StringComment

Color(css, value, comment)

Colors are specified using predefined color names, or RGB, HEX, HSL, RGBA, HSLA values.
C#
public CodiumSDK.CPL.CSSRule Color(this CodiumSDK.CPL.CSSRule css, System.String value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.StringValue
commentSystem.StringComment

Columns(css, count, fill, gap, ruleWidth, ruleColor, ruleStyle, span, width, comment)

Define columns for a div tag
C#
public CodiumSDK.CPL.CSSRule Columns(this CodiumSDK.CPL.CSSRule css, System.Int32 count, CodiumSDK.CPL.CSSRule.Fill fill, System.Int32 gap, System.Int32 ruleWidth, System.String ruleColor, CodiumSDK.CPL.CSSRule.BorderStyle ruleStyle, CodiumSDK.CPL.CSSRule.Span span, System.Int32 width, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
countSystem.Int32The column-count property specifies the number of columns an element should be divided into.
fillCodiumSDK.CPL.CSSRule.FillThe column-fill property specifies how to fill columns, balanced or not.
gapSystem.Int32The column-gap property specifies the gap between the columns.
ruleWidthSystem.Int32The column-rule-width property specifies the width of the rule between columns.
ruleColorSystem.StringThe column-rule-color property specifies the color of the rule between columns.
ruleStyleCodiumSDK.CPL.CSSRule.BorderStyleThe column-rule-style property specifies the style of the rule between columns.
spanCodiumSDK.CPL.CSSRule.SpanThe column-span property specifies how many columns an element should span across.
widthSystem.Int32The column-width property specifies the column width.
commentSystem.StringComment

Content(css, attribute, comment)

The content property is used with the ::before and ::after pseudo-elements, to insert generated content.
C#
public CodiumSDK.CPL.CSSRule Content(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.HTMLAttribute attribute, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
attributeCodiumSDK.CPL.HTMLAttributeSets the content to the attribute you specify
commentSystem.StringComment

Content(css, text, isUrl, comment)

The content property is used with the ::before and ::after pseudo-elements, to insert generated content.
C#
public CodiumSDK.CPL.CSSRule Content(this CodiumSDK.CPL.CSSRule css, System.String text, System.Boolean isUrl, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
textSystem.StringSets the content to the text you specify
isUrlSystem.BooleanIndicates is url the text
commentSystem.StringComment

Content(css, type, counterName, comment)

The content property is used with the ::before and ::after pseudo-elements, to insert generated content.
C#
public CodiumSDK.CPL.CSSRule Content(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Content type, System.String counterName, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
typeCodiumSDK.CPL.CSSRule.ContentSets the type of content
counterNameSystem.StringSpecify the counter name
commentSystem.StringComment

CounterIncrement(css, name, comment)

The counter-increment property increases or decreases the value of one or more CSS counters.
C#
public CodiumSDK.CPL.CSSRule CounterIncrement(this CodiumSDK.CPL.CSSRule css, System.String name, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
nameSystem.StringName
commentSystem.StringComment

CounterReset(css, name, comment)

The counter-reset property creates or resets one or more CSS counters.
C#
public CodiumSDK.CPL.CSSRule CounterReset(this CodiumSDK.CPL.CSSRule css, System.String name, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
nameSystem.StringName
commentSystem.StringComment

Cursor(css, value, comment)

The cursor property specifies the mouse cursor to be displayed when pointing over an element.
C#
public CodiumSDK.CPL.CSSRule Cursor(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Cursor value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.CursorValue
commentSystem.StringComment

Direction(css, value, comment)

The direction property specifies the text direction/writing direction within a block-level element.
C#
public CodiumSDK.CPL.CSSRule Direction(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Direction value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.DirectionValue
commentSystem.StringComment

Display(css, value, comment)

The display property specifies the display behavior (the type of rendering box) of an element.
C#
public CodiumSDK.CPL.CSSRule Display(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Display value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.DisplayValue
commentSystem.StringComment

EmptyCells(css, value, comment)

The empty-cells property sets whether or not to display borders on empty cells in a table.
C#
public CodiumSDK.CPL.CSSRule EmptyCells(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.EmptyCells value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.EmptyCellsValue
commentSystem.StringComment

Filter(css, filter, comment)

The filter property defines visual effects (like blur and saturation) to an element (often img).
C#
public CodiumSDK.CPL.CSSRule Filter(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Filter filter, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
filterCodiumSDK.CPL.CSSRule.FilterFilter
commentSystem.StringComment

Flex(css, size, direction, grow, shrink, wrap, comment)

The flex property sets the flexible length on flexible items.
C#
public CodiumSDK.CPL.CSSRule Flex(this CodiumSDK.CPL.CSSRule css, System.Int32 size, CodiumSDK.CPL.CSSRule.FlexDirection direction, System.Int32 grow, System.Int32 shrink, CodiumSDK.CPL.CSSRule.Wrap wrap, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
sizeSystem.Int32The flex-basis property specifies the initial length of a flexible item.
directionCodiumSDK.CPL.CSSRule.FlexDirectionThe flex-direction property specifies the direction of the flexible items.
growSystem.Int32The flex-grow property specifies how much the item will grow relative to the rest of the flexible items inside the same container.
shrinkSystem.Int32The flex-shrink property specifies how the item will shrink relative to the rest of the flexible items inside the same container.
wrapCodiumSDK.CPL.CSSRule.WrapThe flex-wrap property specifies whether the flexible items should wrap or not.
commentSystem.StringComment

Float(css, value, comment)

The float property specifies whether an element should float to the left, right, or not at all.
C#
public CodiumSDK.CPL.CSSRule Float(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Float value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.FloatValue
commentSystem.StringComment

Font(css, family, size, sizeUnit, style, weight, strech, kerning, variant, comment)

Font
C#
public CodiumSDK.CPL.CSSRule Font(this CodiumSDK.CPL.CSSRule css, System.String family, System.Int32 size, CodiumSDK.CPL.CSSRule.Units sizeUnit, CodiumSDK.CPL.CSSRule.FontStyle style, CodiumSDK.CPL.CSSRule.Weight weight, CodiumSDK.CPL.CSSRule.Strech strech, CodiumSDK.CPL.CSSRule.Kerning kerning, CodiumSDK.CPL.CSSRule.Variant variant, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
familySystem.StringSpecifies the font family. Default value depends on the browser
sizeSystem.Int32Specifies the font size
sizeUnitCodiumSDK.CPL.CSSRule.UnitsSize Unit
styleCodiumSDK.CPL.CSSRule.FontStyleSpecifies the font style. Default value is "normal"
weightCodiumSDK.CPL.CSSRule.WeightSpecifies the font weight. Default value is "normal"
strechCodiumSDK.CPL.CSSRule.StrechThe font-stretch property allows you to make text narrower (condensed) or wider (expanded).
kerningCodiumSDK.CPL.CSSRule.KerningThe font-kerning property controls the usage of the kerning information stored in a font.
variantCodiumSDK.CPL.CSSRule.VariantSpecifies the font variant. Default value is "normal"
commentSystem.StringComment

FontFamily(css, name, comment)

The font-family property specifies the font for an element.
C#
public CodiumSDK.CPL.CSSRule FontFamily(this CodiumSDK.CPL.CSSRule css, System.String name, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
nameSystem.StringName
commentSystem.StringComment

FontKerning(css, value, comment)

The font-kerning property controls the usage of the kerning information stored in a font.
C#
public CodiumSDK.CPL.CSSRule FontKerning(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Kerning value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.KerningValue
commentSystem.StringComment

FontSize(css, size, sizeUnit, comment)

The font-size property sets the size of a font.
C#
public CodiumSDK.CPL.CSSRule FontSize(this CodiumSDK.CPL.CSSRule css, System.Int32 size, CodiumSDK.CPL.CSSRule.Units sizeUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
sizeSystem.Int32Size
sizeUnitCodiumSDK.CPL.CSSRule.UnitsUnit
commentSystem.StringComment

FontStretch(css, value, comment)

The font-stretch property allows you to make text narrower (condensed) or wider (expanded).
C#
public CodiumSDK.CPL.CSSRule FontStretch(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Strech value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.StrechValue
commentSystem.StringComment

FontStyle(css, value, comment)

The font-style property specifies the font style for a text.
C#
public CodiumSDK.CPL.CSSRule FontStyle(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.FontStyle value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.FontStyleValue
commentSystem.StringComment

FontVariant(css, value, comment)

The font-variant property specifies whether or not a text should be displayed in a small-caps font.
C#
public CodiumSDK.CPL.CSSRule FontVariant(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Variant value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.VariantValue
commentSystem.StringComment

FontWeight(css, value, comment)

The font-weight property sets how thick or thin characters in text should be displayed
C#
public CodiumSDK.CPL.CSSRule FontWeight(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Weight value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.WeightValue
commentSystem.StringComment

Gap(css, row, column, rowUnit, columnUnit, comment)

The gap property defines the size of the gap between the rows and columns.
C#
public CodiumSDK.CPL.CSSRule Gap(this CodiumSDK.CPL.CSSRule css, System.Int32 row, System.Int32 column, CodiumSDK.CPL.CSSRule.UnitsWithPercentage rowUnit, CodiumSDK.CPL.CSSRule.UnitsWithPercentage columnUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
rowSystem.Int32Row
columnSystem.Int32Column
rowUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
columnUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

Grid(css, rows, columns, comment)

Grid
C#
public CodiumSDK.CPL.CSSRule Grid(this CodiumSDK.CPL.CSSRule css, System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] rows, System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] columns, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
rowsSystem.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]Rows
columnsSystem.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]Columns
commentSystem.StringComment

Grid(css, areas, comment)

Grid
C#
public CodiumSDK.CPL.CSSRule Grid(this CodiumSDK.CPL.CSSRule css, System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] areas, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
areasSystem.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]Rows
commentSystem.StringComment

GridArea(css, name, comment)

The grid-area property can also be used to assign a name to a grid item.
C#
public CodiumSDK.CPL.CSSRule GridArea(this CodiumSDK.CPL.CSSRule css, System.String name, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
nameSystem.StringName
commentSystem.StringComment

GridArea(css, gridRowStart, gridColumnStart, gridRowEnd, gridColumnEnd, comment)

The grid-area property specifies a grid item's size and location in a grid layout
C#
public CodiumSDK.CPL.CSSRule GridArea(this CodiumSDK.CPL.CSSRule css, System.String gridRowStart, System.String gridColumnStart, System.String gridRowEnd, System.String gridColumnEnd, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
gridRowStartSystem.Stringgrid-row-start
gridColumnStartSystem.Stringgrid-column-start
gridRowEndSystem.Stringgrid-row-end
gridColumnEndSystem.Stringgrid-column-end
commentSystem.StringComment

GridAutoColumns(css, length, lengthUnit, comment)

The grid-auto-columns property sets a size for the columns in a grid container.
C#
public CodiumSDK.CPL.CSSRule GridAutoColumns(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

GridAutoColumns(css, value, comment)

The grid-auto-columns property sets a size for the columns in a grid container.
C#
public CodiumSDK.CPL.CSSRule GridAutoColumns(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.AutoColumn value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.AutoColumnValue
commentSystem.StringComment

GridAutoFlow(css, value, comment)

The grid-auto-flow property controls how auto-placed items get inserted in the grid.
C#
public CodiumSDK.CPL.CSSRule GridAutoFlow(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.AutoFlow value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.AutoFlowValue
commentSystem.StringComment

GridAutoRows(css, value, comment)

The grid-auto-rows property sets a size for the rows in a grid container.
C#
public CodiumSDK.CPL.CSSRule GridAutoRows(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.AutoRow value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.AutoRowValue
commentSystem.StringComment

GridAutoRows(css, length, lengthUnit, comment)

The grid-auto-rows property sets a size for the rows in a grid container.
C#
public CodiumSDK.CPL.CSSRule GridAutoRows(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

GridColumn(css, gridColumnStart, gridColumnEnd, comment)

The grid-column property specifies a grid item's size and location in a grid layout
C#
public CodiumSDK.CPL.CSSRule GridColumn(this CodiumSDK.CPL.CSSRule css, System.String gridColumnStart, System.String gridColumnEnd, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
gridColumnStartSystem.Stringgrid-column-start
gridColumnEndSystem.Stringgrid-column-end
commentSystem.StringComment

GridColumnEnd(css, span, comment)

The grid-column-end property defines how many columns an item will span, or on which column-line the item will end
C#
public CodiumSDK.CPL.CSSRule GridColumnEnd(this CodiumSDK.CPL.CSSRule css, System.Int32 span, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
spanSystem.Int32Specifies the number of columns the item will span
commentSystem.StringComment

GridColumnGap(css, length, lengthUnit, comment)

The grid-column-gap property defines the size of the gap between the columns in a grid layout.
C#
public CodiumSDK.CPL.CSSRule GridColumnGap(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

GridColumnStart(css, span, comment)

The grid-column-start property defines on which column-line the item will start.
C#
public CodiumSDK.CPL.CSSRule GridColumnStart(this CodiumSDK.CPL.CSSRule css, System.Int32 span, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
spanSystem.Int32Specifies the number of columns the item will span
commentSystem.StringComment

GridGap(css, row, column, rowUnit, columnUnit, comment)

The grid-gap property defines the size of the gap between the rows and columns in a grid layout
C#
public CodiumSDK.CPL.CSSRule GridGap(this CodiumSDK.CPL.CSSRule css, System.Int32 row, System.Int32 column, CodiumSDK.CPL.CSSRule.UnitsWithPercentage rowUnit, CodiumSDK.CPL.CSSRule.UnitsWithPercentage columnUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
rowSystem.Int32Sets the size of the gap between the rows in a grid layout. 0 is the default value
columnSystem.Int32Sets the size of the gap between the columns in a grid layout. 0 is the default value
rowUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
columnUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

GridRow(css, gridRowStart, gridRowEnd, comment)

The grid-row property specifies a grid item's size and location in a grid layout
C#
public CodiumSDK.CPL.CSSRule GridRow(this CodiumSDK.CPL.CSSRule css, System.String gridRowStart, System.String gridRowEnd, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
gridRowStartSystem.Stringgrid-row-start
gridRowEndSystem.Stringgrid-row-end
commentSystem.StringComment

GridRowEnd(css, rowLine, comment)

The grid-row-end property defines how many rows an item will span, or on which row-line the item will end
C#
public CodiumSDK.CPL.CSSRule GridRowEnd(this CodiumSDK.CPL.CSSRule css, System.Int32 rowLine, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
rowLineSystem.Int32Specifies on which row to end the display of the item.
commentSystem.StringComment

GridRowGap(css, length, lengthUnit, comment)

The grid-row-gap property defines the size of the gap between the rows in a grid layout.
C#
public CodiumSDK.CPL.CSSRule GridRowGap(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

GridRowStart(css, rowLine, comment)

The grid-row-start property defines on which row-line the item will start.
C#
public CodiumSDK.CPL.CSSRule GridRowStart(this CodiumSDK.CPL.CSSRule css, System.Int32 rowLine, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
rowLineSystem.Int32Specifies on which row to start the display of the item.
commentSystem.StringComment

GridTemplate(css, rows, columns, comment)

Grid Template
C#
public CodiumSDK.CPL.CSSRule GridTemplate(this CodiumSDK.CPL.CSSRule css, System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] rows, System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] columns, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
rowsSystem.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]Rows
columnsSystem.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]Columns
commentSystem.StringComment

GridTemplate(css, areas, comment)

Grid Template
C#
public CodiumSDK.CPL.CSSRule GridTemplate(this CodiumSDK.CPL.CSSRule css, System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] areas, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
areasSystem.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]Rows
commentSystem.StringComment

GridTemplateAreas(css, areas, comment)

Grid Template Areas
C#
public CodiumSDK.CPL.CSSRule GridTemplateAreas(this CodiumSDK.CPL.CSSRule css, System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] areas, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
areasSystem.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]Rows
commentSystem.StringComment

GridTemplateColumns(css, columns, comment)

The grid-template-columns property specifies the number (and the widths) of columns in a grid layout.
C#
public CodiumSDK.CPL.CSSRule GridTemplateColumns(this CodiumSDK.CPL.CSSRule css, System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] columns, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
columnsSystem.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]Columns
commentSystem.StringComment

GridTemplateRows(css, rows, comment)

The grid-template-rows property specifies the number (and the heights) of the rows in a grid layout.
C#
public CodiumSDK.CPL.CSSRule GridTemplateRows(this CodiumSDK.CPL.CSSRule css, System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] rows, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
rowsSystem.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]Rows
commentSystem.StringComment

Height(css, comment)

The height property sets the height of an element.
C#
public CodiumSDK.CPL.CSSRule Height(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

Height(css, length, lengthUnit, comment)

The height property sets the height of an element.
C#
public CodiumSDK.CPL.CSSRule Height(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

Hyphens(css, value, comment)

The hyphens property defines whether hyphenation is allowed to create more soft wrap opportunities within a line of text.
C#
public CodiumSDK.CPL.CSSRule Hyphens(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Hyphens value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.HyphensValue
commentSystem.StringComment

ImageRendering(css, value, comment)

The image-rendering property specifies the type of algorithm to be used for image scaling.
C#
public CodiumSDK.CPL.CSSRule ImageRendering(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.ImageRendering value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.ImageRenderingValue
commentSystem.StringComment

Isolation(css, value, comment)

The isolation property defines whether an element must create a new stacking content.
C#
public CodiumSDK.CPL.CSSRule Isolation(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Isolation value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.IsolationValue
commentSystem.StringComment

JustifyContent(css, value, comment)

The justify-content property aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).
C#
public CodiumSDK.CPL.CSSRule JustifyContent(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.JustifyContent value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.JustifyContentValue
commentSystem.StringComment

Left(css, comment)

The left property affects the horizontal position of a positioned element. This property has no effect on non-positioned elements.
C#
public CodiumSDK.CPL.CSSRule Left(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

Left(css, length, lengthUnit, comment)

The left property affects the horizontal position of a positioned element. This property has no effect on non-positioned elements.
C#
public CodiumSDK.CPL.CSSRule Left(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

LetterSpacing(css, length, comment)

The letter-spacing property increases or decreases the space between characters in a text.
C#
public CodiumSDK.CPL.CSSRule LetterSpacing(this CodiumSDK.CPL.CSSRule css, System.Int32 length, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
commentSystem.StringComment

LineHeight(css, comment)

The line-height property specifies the height of a line.
C#
public CodiumSDK.CPL.CSSRule LineHeight(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

LineHeight(css, length, lengthUnit, comment)

The line-height property specifies the height of a line.
C#
public CodiumSDK.CPL.CSSRule LineHeight(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

ListStyleImage(css, position, comment)

The list-style-position property specifies the position of the list-item markers (bullet points).
C#
public CodiumSDK.CPL.CSSRule ListStyleImage(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.StylePosition position, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
positionCodiumSDK.CPL.CSSRule.StylePositionPosition
commentSystem.StringComment

ListStyleImage(css, url, comment)

The list-style-image property replaces the list-item marker with an image.
C#
public CodiumSDK.CPL.CSSRule ListStyleImage(this CodiumSDK.CPL.CSSRule css, System.String url, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
urlSystem.StringThe path to the image to be used as a list-item marker
commentSystem.StringComment

ListStyleType(css, type, comment)

The list-style-type specifies the type of list-item marker in a list.
C#
public CodiumSDK.CPL.CSSRule ListStyleType(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.StyleType type, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
typeCodiumSDK.CPL.CSSRule.StyleTypeType
commentSystem.StringComment

Margin(css, apply, length, comment)

The margin property sets the margins for an element
C#
public CodiumSDK.CPL.CSSRule Margin(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.BorderApply apply, System.Int32 length, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthis
applyCodiumSDK.CPL.CSSRule.BorderApplyApply To
lengthSystem.Int32Length
commentSystem.StringComment

Mask(css, gradient, origin, position, repeat, width, height, widthUnit, heightUnit, comment)

Mask
C#
public CodiumSDK.CPL.CSSRule Mask(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Gradient gradient, CodiumSDK.CPL.CSSRule.MaskOrigin origin, CodiumSDK.CPL.CSSRule.MaskPosition position, CodiumSDK.CPL.CSSRule.MaskRepeat repeat, System.Int32 width, System.Int32 height, CodiumSDK.CPL.CSSRule.UnitsWithPercentage widthUnit, CodiumSDK.CPL.CSSRule.UnitsWithPercentage heightUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
gradientCodiumSDK.CPL.CSSRule.GradientGradient
originCodiumSDK.CPL.CSSRule.MaskOriginThe mask-origin property specifies the origin position (the mask position area) of a mask layer image.
positionCodiumSDK.CPL.CSSRule.MaskPositionThe mask-position property sets the starting position of a mask image (relative to the mask position area).
repeatCodiumSDK.CPL.CSSRule.MaskRepeatThe mask-repeat property sets if/how a mask image will be repeated.
widthSystem.Int32Width
heightSystem.Int32Height
widthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
heightUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

MaxHeight(css, comment)

The max-height property defines the maximum height of an element.
C#
public CodiumSDK.CPL.CSSRule MaxHeight(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

MaxHeight(css, length, lengthUnit, comment)

The max-height property defines the maximum height of an element.
C#
public CodiumSDK.CPL.CSSRule MaxHeight(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

MaxWidth(css, comment)

The max-width property defines the maximum width of an element.
C#
public CodiumSDK.CPL.CSSRule MaxWidth(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

MaxWidth(css, length, lengthUnit, comment)

The max-width property defines the maximum width of an element.
C#
public CodiumSDK.CPL.CSSRule MaxWidth(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

MinHeight(css, length, lengthUnit, comment)

The min-height property defines the minimum height of an element.
C#
public CodiumSDK.CPL.CSSRule MinHeight(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

MinWidth(css, length, lengthUnit, comment)

The min-width property defines the minimum width of an element.
C#
public CodiumSDK.CPL.CSSRule MinWidth(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

MixBlendMode(css, value, comment)

The mix-blend-mode property specifies how an element's content should blend with its direct parent background.
C#
public CodiumSDK.CPL.CSSRule MixBlendMode(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.BlendMode value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.BlendModeValue
commentSystem.StringComment

ObjectFit(css, value, comment)

The object-fit property is used to specify how an img or video should be resized to fit its container.
C#
public CodiumSDK.CPL.CSSRule ObjectFit(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.ObjectFit value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.ObjectFitValue
commentSystem.StringComment

ObjectPosition(css, x, y, xUnit, yUnit, comment)

The object-position property is used together with object-fit to specify how an img or video should be positioned with x/y coordinates inside its "own content box".
C#
public CodiumSDK.CPL.CSSRule ObjectPosition(this CodiumSDK.CPL.CSSRule css, System.Int32 x, System.Int32 y, CodiumSDK.CPL.CSSRule.UnitsWithPercentage xUnit, CodiumSDK.CPL.CSSRule.UnitsWithPercentage yUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
xSystem.Int32x-axis
ySystem.Int32y-axis
xUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
yUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

Opacity(css, value, comment)

The opacity property sets the opacity level for an element.
C#
public CodiumSDK.CPL.CSSRule Opacity(this CodiumSDK.CPL.CSSRule css, System.Decimal value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.DecimalSpecifies the opacity. From 0.0 (fully transparent) to 1.0 (fully opaque)
commentSystem.StringComment

Order(css, value, comment)

The order property specifies the order of a flexible item relative to the rest of the flexible items inside the same container.
C#
public CodiumSDK.CPL.CSSRule Order(this CodiumSDK.CPL.CSSRule css, System.Int32 value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.Int32Default value 0. Specifies the order for the flexible item
commentSystem.StringComment

Orphans(css, value, comment)

The orphans property specifies the minimum number of lines that must be left at the bottom of a page or column.
C#
public CodiumSDK.CPL.CSSRule Orphans(this CodiumSDK.CPL.CSSRule css, System.Int32 value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.Int32Specifies the minimum number of lines that must be left at the bottom of a page or column. Negative values are not allowed
commentSystem.StringComment

Outline(css, color, style, offset, width, widthUnit, comment)

An outline is a line that is drawn around elements, outside the borders, to make the element "stand out".
C#
public CodiumSDK.CPL.CSSRule Outline(this CodiumSDK.CPL.CSSRule css, System.String color, CodiumSDK.CPL.CSSRule.BorderStyle style, System.Int32 offset, System.Int32 width, CodiumSDK.CPL.CSSRule.Units widthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
colorSystem.StringThe outline-color property specifies the color of an outline.
styleCodiumSDK.CPL.CSSRule.BorderStyleThe outline-style property specifies the style of an outline.
offsetSystem.Int32The outline-offset property adds space between the outline and the edge or border of an element.
widthSystem.Int32The outline-width specifies the width of an outline.
widthUnitCodiumSDK.CPL.CSSRule.UnitsUnit
commentSystem.StringComment

OutlineColor(css, value, comment)

The outline-color property specifies the color of an outline.
C#
public CodiumSDK.CPL.CSSRule OutlineColor(this CodiumSDK.CPL.CSSRule css, System.String value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.StringSpecifies the color of the outline.
commentSystem.StringComment

OutlineOffset(css, value, comment)

The outline-offset property adds space between the outline and the edge or border of an element.
C#
public CodiumSDK.CPL.CSSRule OutlineOffset(this CodiumSDK.CPL.CSSRule css, System.Int32 value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.Int32The distance the outline is outset from the border edge. Default value is 0
commentSystem.StringComment

OutlineStyle(css, value, comment)

The outline-style property specifies the style of an outline.
C#
public CodiumSDK.CPL.CSSRule OutlineStyle(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.BorderStyle value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.BorderStyleValue
commentSystem.StringComment

OutlineWidth(css, value, valueUnit, comment)

The outline-width specifies the width of an outline.
C#
public CodiumSDK.CPL.CSSRule OutlineWidth(this CodiumSDK.CPL.CSSRule css, System.Int32 value, CodiumSDK.CPL.CSSRule.Units valueUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.Int32Allows you to define the thickness of the outline.
valueUnitCodiumSDK.CPL.CSSRule.UnitsUnit
commentSystem.StringComment

Overflow(css, value, comment)

The overflow property specifies what should happen if content overflows an element's box.
C#
public CodiumSDK.CPL.CSSRule Overflow(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Overflow value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.OverflowValue
commentSystem.StringComment

OverflowWrap(css, value, comment)

The overflow-wrap property specifies whether or not the browser can break lines with long words, if they overflow the container.
C#
public CodiumSDK.CPL.CSSRule OverflowWrap(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.OverflowWrap value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.OverflowWrapValue
commentSystem.StringComment

OverflowX(css, value, comment)

The overflow-x property specifies whether to clip the content, add a scroll bar, or display overflow content of a block-level element, when it overflows at the left and right edges.
C#
public CodiumSDK.CPL.CSSRule OverflowX(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Overflow value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.OverflowValue
commentSystem.StringComment

OverflowY(css, value, comment)

The overflow-y property specifies whether to clip the content, add a scroll bar, or display overflow content of a block-level element, when it overflows at the top and bottom edges.
C#
public CodiumSDK.CPL.CSSRule OverflowY(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Overflow value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.OverflowValue
commentSystem.StringComment

Padding(css, apply, length, comment)

An element's padding is the space between its content and its border.
C#
public CodiumSDK.CPL.CSSRule Padding(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.BorderApply apply, System.Int32 length, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthis
applyCodiumSDK.CPL.CSSRule.BorderApplyApply To
lengthSystem.Int32Length
commentSystem.StringComment

PageBreakAfter(css, value, comment)

The page-break-after property adds a page-break after a specified element.
C#
public CodiumSDK.CPL.CSSRule PageBreakAfter(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.PageAfter value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.PageAfterValue
commentSystem.StringComment

PageBreakBefore(css, value, comment)

The page-break-before property adds a page-break before a specified element.
C#
public CodiumSDK.CPL.CSSRule PageBreakBefore(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.PageBefore value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.PageBeforeValue
commentSystem.StringComment

PageBreakInside(css, value, comment)

The page-break-inside property sets whether a page-break should be avoided inside a specified element.
C#
public CodiumSDK.CPL.CSSRule PageBreakInside(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.PageInside value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.PageInsideValue
commentSystem.StringComment

Perspective(css, value, comment)

The perspective property is used to give a 3D-positioned element some perspective.
C#
public CodiumSDK.CPL.CSSRule Perspective(this CodiumSDK.CPL.CSSRule css, System.Int32 value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.Int32How far the element is place
commentSystem.StringComment

PerspectiveOrigin(css, xAxis, yAxis, comment)

The perspective-origin property defines at from which position the user is looking at the 3D-positioned element.
C#
public CodiumSDK.CPL.CSSRule PerspectiveOrigin(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.XAxis xAxis, CodiumSDK.CPL.CSSRule.YAxis yAxis, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
xAxisCodiumSDK.CPL.CSSRule.XAxisDefining where the view is placed at the x-axis
yAxisCodiumSDK.CPL.CSSRule.YAxisDefining where the view is placed at the y-axis
commentSystem.StringComment

PointerEvents(css, value, comment)

The pointer-events property defines whether or not an element reacts to pointer events.
C#
public CodiumSDK.CPL.CSSRule PointerEvents(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.PointerEvents value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.PointerEventsValue
commentSystem.StringComment

Position(css, value, comment)

The position property specifies the type of positioning method used for an element (static, relative, absolute, fixed, or sticky).
C#
public CodiumSDK.CPL.CSSRule Position(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Positions value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.PositionsValue
commentSystem.StringComment

Quotes(css, comment)

The quotes property sets the type of quotation marks for quotations.
C#
public CodiumSDK.CPL.CSSRule Quotes(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

Quotes(css, openQuoteFirst, closeQuoteFirst, openQuoteSecond, closeQuoteSecond, comment)

The quotes property sets the type of quotation marks for quotations.
C#
public CodiumSDK.CPL.CSSRule Quotes(this CodiumSDK.CPL.CSSRule css, System.String openQuoteFirst, System.String closeQuoteFirst, System.String openQuoteSecond, System.String closeQuoteSecond, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
openQuoteFirstSystem.Stringopen-quote first level
closeQuoteFirstSystem.Stringclose-quote first level
openQuoteSecondSystem.Stringopen-quote second level
closeQuoteSecondSystem.Stringclose-quote second level
commentSystem.StringComment

Resize(css, value, comment)

The resize property defines if (and how) an element is resizable by the user.
C#
public CodiumSDK.CPL.CSSRule Resize(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Resize value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.ResizeValue
commentSystem.StringComment

Right(css, comment)

The right property affects the horizontal position of a positioned element. This property has no effect on non-positioned elements.
C#
public CodiumSDK.CPL.CSSRule Right(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

RowGap(css, length, lengthUnit, comment)

The row-gap property specifies the gap between the grid rows.
C#
public CodiumSDK.CPL.CSSRule RowGap(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

ScrollBehavior(css, value, comment)

The scroll-behavior property specifies whether to smoothly animate the scroll position, instead of a straight jump, when the user clicks on a link within a scrollable box.
C#
public CodiumSDK.CPL.CSSRule ScrollBehavior(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Behavior value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.BehaviorValue
commentSystem.StringComment

TableLayout(css, value, comment)

The table-layout property defines the algorithm used to lay out table cells, rows, and columns.
C#
public CodiumSDK.CPL.CSSRule TableLayout(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.TableLayout value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.TableLayoutValue
commentSystem.StringComment

TabSize(css, value, comment)

The tab-size property specifies the width of a tab character.
C#
public CodiumSDK.CPL.CSSRule TabSize(this CodiumSDK.CPL.CSSRule css, System.Int32 value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.Int32The number of space-characters to be displayed for each tab-character. Default value is 8
commentSystem.StringComment

TextAlign(css, value, comment)

The text-align property specifies the horizontal alignment of text in an element.
C#
public CodiumSDK.CPL.CSSRule TextAlign(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.TextAlign value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.TextAlignValue
commentSystem.StringComment

TextAlignLast(css, value, comment)

The text-align-last property specifies how to align the last line of a text.
C#
public CodiumSDK.CPL.CSSRule TextAlignLast(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.TextAlignLast value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.TextAlignLastValue
commentSystem.StringComment

TextDecoration(css, style, color, line, thickness, thicknessUnit, comment)

The text-decoration property specifies the decoration added to text
C#
public CodiumSDK.CPL.CSSRule TextDecoration(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.TextDecorationStyle style, System.String color, CodiumSDK.CPL.CSSRule.TextDecorationLine line, System.Int32 thickness, CodiumSDK.CPL.CSSRule.UnitsWithPercentage thicknessUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
styleCodiumSDK.CPL.CSSRule.TextDecorationStyleThe text-decoration-style property sets the style of the text decoration (like solid, wavy, dotted, dashed, double).
colorSystem.StringThe text-decoration-color property specifies the color of the text-decoration (underlines, overlines, linethroughs).
lineCodiumSDK.CPL.CSSRule.TextDecorationLineThe text-decoration-line property sets the kind of text decoration to use (like underline, overline, line-through).
thicknessSystem.Int32The text-decoration-thickness property specifies the thickness of the decoration line.
thicknessUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

TextDecorationColor(css, value, comment)

The text-decoration-color property specifies the color of the text-decoration (underlines, overlines, linethroughs).
C#
public CodiumSDK.CPL.CSSRule TextDecorationColor(this CodiumSDK.CPL.CSSRule css, System.String value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.StringSpecifies the color of the outline.
commentSystem.StringComment

TextDecorationLine(css, value, comment)

The text-decoration-line property sets the kind of text decoration to use (like underline, overline, line-through).
C#
public CodiumSDK.CPL.CSSRule TextDecorationLine(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.TextDecorationLine value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.TextDecorationLineValue
commentSystem.StringComment

TextDecorationStyle(css, value, comment)

The text-decoration-style property sets the style of the text decoration (like solid, wavy, dotted, dashed, double).
C#
public CodiumSDK.CPL.CSSRule TextDecorationStyle(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.TextDecorationStyle value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.TextDecorationStyleValue
commentSystem.StringComment

TextDecorationThickness(css, length, lengthUnit, comment)

The text-decoration-thickness property specifies the thickness of the decoration line.
C#
public CodiumSDK.CPL.CSSRule TextDecorationThickness(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

TextIndent(css, length, lengthUnit, comment)

The text-indent property specifies the indentation of the first line in a text-block.
C#
public CodiumSDK.CPL.CSSRule TextIndent(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

TextJustify(css, value, comment)

The text-justify property specifies the justification method of text when text-align is set to "justify".
C#
public CodiumSDK.CPL.CSSRule TextJustify(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.TextJustify value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.TextJustifyValue
commentSystem.StringComment

TextOverflow(css, value, comment)

The text-overflow property specifies how overflowed content that is not displayed should be signaled to the user. It can be clipped, display an ellipsis (...), or display a custom string.
C#
public CodiumSDK.CPL.CSSRule TextOverflow(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.TextOverflow value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.TextOverflowValue
commentSystem.StringComment

TextShadow(css, hOffset, vOffset, blur, color, comment)

The text-shadow property adds shadow to text.
C#
public CodiumSDK.CPL.CSSRule TextShadow(this CodiumSDK.CPL.CSSRule css, System.Int32 hOffset, System.Int32 vOffset, System.Int32 blur, System.String color, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
hOffsetSystem.Int32Required. The horizontal offset of the shadow. A positive value puts the shadow on the right side of the box, a negative value puts the shadow on the left side of the box
vOffsetSystem.Int32Required. The vertical offset of the shadow. A positive value puts the shadow below the box, a negative value puts the shadow above the box
blurSystem.Int32Optional. The blur radius. The higher the number, the more blurred the shadow will be
colorSystem.StringOptional. The color of the shadow. The default value is the text color.
commentSystem.StringComment

TextShadow(css, comment)

The text-shadow property adds shadow to text.
C#
public CodiumSDK.CPL.CSSRule TextShadow(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

Top(css, comment)

The top property affects the vertical position of a positioned element. This property has no effect on non-positioned elements.
C#
public CodiumSDK.CPL.CSSRule Top(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

Top(css, length, lengthUnit, comment)

The top property affects the vertical position of a positioned element. This property has no effect on non-positioned elements.
C#
public CodiumSDK.CPL.CSSRule Top(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

Transform(css, transformation, comment)

The transform property applies a 2D or 3D transformation to an element. This property allows you to rotate, scale, move, skew, etc., elements.
C#
public CodiumSDK.CPL.CSSRule Transform(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Transformation transformation, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
transformationCodiumSDK.CPL.CSSRule.TransformationTransformation
commentSystem.StringComment

TransformOrigin(css, xAxis, yAxis, zAxis, comment)

The transform-origin property allows you to change the position of transformed elements.
C#
public CodiumSDK.CPL.CSSRule TransformOrigin(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.XAxis xAxis, CodiumSDK.CPL.CSSRule.YAxis yAxis, CodiumSDK.CPL.CSSRule.ZAxis zAxis, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
xAxisCodiumSDK.CPL.CSSRule.XAxisDefines where the view is placed at the x-axis.
yAxisCodiumSDK.CPL.CSSRule.YAxisDefines where the view is placed at the y-axis.
zAxisCodiumSDK.CPL.CSSRule.ZAxisDefines where the view is placed at the z-axis (for 3D transformations).
commentSystem.StringComment

TransformStyle(css, value, comment)

The transform-style property specifies how nested elements are rendered in 3D space.
C#
public CodiumSDK.CPL.CSSRule TransformStyle(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.TransformStyle value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueCodiumSDK.CPL.CSSRule.TransformStyleValue
commentSystem.StringComment

Transition(css, duration, durationUnit, delay, delayUnit, properties, timingFunction, comment)

Transition
C#
public CodiumSDK.CPL.CSSRule Transition(this CodiumSDK.CPL.CSSRule css, System.Int32 duration, CodiumSDK.CPL.CSSRule.Time durationUnit, System.Int32 delay, CodiumSDK.CPL.CSSRule.Time delayUnit, System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] properties, CodiumSDK.CPL.CSSRule.TimingFunction timingFunction, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
durationSystem.Int32The transition-duration property specifies how many seconds (s) or milliseconds (ms) a transition effect takes to complete.
durationUnitCodiumSDK.CPL.CSSRule.TimeUnit
delaySystem.Int32The transition-delay property specifies when the transition effect will start.
delayUnitCodiumSDK.CPL.CSSRule.TimeUnit
propertiesSystem.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]The transition-property property specifies the name of the CSS property the transition effect is for (the transition effect will start when the specified CSS property changes).
timingFunctionCodiumSDK.CPL.CSSRule.TimingFunctionThe transition-timing-function property specifies the speed curve of the transition effect.
commentSystem.StringComment

TransitionDelay(css, time, timeUnit, comment)

The transition-delay property specifies when the transition effect will start.
C#
public CodiumSDK.CPL.CSSRule TransitionDelay(this CodiumSDK.CPL.CSSRule css, System.Int32 time, CodiumSDK.CPL.CSSRule.Time timeUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
timeSystem.Int32Specifies the number of seconds or milliseconds to wait before the transition effect will start
timeUnitCodiumSDK.CPL.CSSRule.TimeUnit
commentSystem.StringComment

TransitionDuration(css, time, timeUnit, comment)

The transition-duration property specifies how many seconds (s) or milliseconds (ms) a transition effect takes to complete.
C#
public CodiumSDK.CPL.CSSRule TransitionDuration(this CodiumSDK.CPL.CSSRule css, System.Int32 time, CodiumSDK.CPL.CSSRule.Time timeUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
timeSystem.Int32Specifies how many seconds or milliseconds a transition effect takes to complete. Default value is 0s, meaning there will be no effect
timeUnitCodiumSDK.CPL.CSSRule.TimeUnit
commentSystem.StringComment

TransitionProperty(css, properties, comment)

The transition-property property specifies the name of the CSS property the transition effect is for (the transition effect will start when the specified CSS property changes).
C#
public CodiumSDK.CPL.CSSRule TransitionProperty(this CodiumSDK.CPL.CSSRule css, System.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] properties, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
propertiesSystem.Collections.Generic.List`1[[System.String, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]List of properties
commentSystem.StringComment

TransitionProperty(css, comment)

The transition-property property specifies the name of the CSS property the transition effect is for (the transition effect will start when the specified CSS property changes).
C#
public CodiumSDK.CPL.CSSRule TransitionProperty(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

TransitionTimingFunction(css, timingFunction, comment)

The transition-timing-function property specifies the speed curve of the transition effect.
C#
public CodiumSDK.CPL.CSSRule TransitionTimingFunction(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.TimingFunction timingFunction, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
timingFunctionCodiumSDK.CPL.CSSRule.TimingFunctionTiming Function
commentSystem.StringComment

UnicodeBidi(css, bidi, comment)

The unicode-bidi property is used together with the direction property to set or return whether the text should be overridden to support multiple languages in the same document.
C#
public CodiumSDK.CPL.CSSRule UnicodeBidi(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Bidi bidi, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
bidiCodiumSDK.CPL.CSSRule.BidiBidi
commentSystem.StringComment

UserSelect(css, select, comment)

The user-select property specifies whether the text of an element can be selected.
C#
public CodiumSDK.CPL.CSSRule UserSelect(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Select select, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
selectCodiumSDK.CPL.CSSRule.SelectSelect
commentSystem.StringComment

VerticalAlign(css, align, comment)

The vertical-align property sets the vertical alignment of an element.
C#
public CodiumSDK.CPL.CSSRule VerticalAlign(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.VerticalAlign align, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
alignCodiumSDK.CPL.CSSRule.VerticalAlignAlign
commentSystem.StringComment

Visibility(css, visibility, comment)

The visibility property specifies whether or not an element is visible.
C#
public CodiumSDK.CPL.CSSRule Visibility(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.Visibility visibility, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
visibilityCodiumSDK.CPL.CSSRule.VisibilityVisibility
commentSystem.StringComment

WhiteSpace(css, space, comment)

The white-space property specifies how white-space inside an element is handled.
C#
public CodiumSDK.CPL.CSSRule WhiteSpace(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.WhiteSpace space, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
spaceCodiumSDK.CPL.CSSRule.WhiteSpaceSpace
commentSystem.StringComment

Widows(css, value, comment)

The widows property specifies the minimum number of lines that must be left at the top of a page or column.
C#
public CodiumSDK.CPL.CSSRule Widows(this CodiumSDK.CPL.CSSRule css, System.Int32 value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.Int32Specifies the minimum number of lines that must be left at the top of a page or column. Negative values are not allowed
commentSystem.StringComment

Width(css, comment)

The width property sets the width of an element.
C#
public CodiumSDK.CPL.CSSRule Width(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

Width(css, length, lengthUnit, comment)

The width property sets the width of an element.
C#
public CodiumSDK.CPL.CSSRule Width(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

WordBreak(css, wordBreak, comment)

The word-break property specifies how words should break when reaching the end of a line.
C#
public CodiumSDK.CPL.CSSRule WordBreak(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.WordBreak wordBreak, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
wordBreakCodiumSDK.CPL.CSSRule.WordBreakWord Break
commentSystem.StringComment

WordSpacing(css, length, lengthUnit, comment)

The word-spacing property increases or decreases the white space between words.
C#
public CodiumSDK.CPL.CSSRule WordSpacing(this CodiumSDK.CPL.CSSRule css, System.Int32 length, CodiumSDK.CPL.CSSRule.UnitsWithPercentage lengthUnit, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
lengthSystem.Int32Length
lengthUnitCodiumSDK.CPL.CSSRule.UnitsWithPercentageUnit
commentSystem.StringComment

WordSpacing(css, comment)

The word-spacing property increases or decreases the white space between words.
C#
public CodiumSDK.CPL.CSSRule WordSpacing(this CodiumSDK.CPL.CSSRule css, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
commentSystem.StringComment

WordWrap(css, wordWrap, comment)

The word-wrap property allows long words to be able to be broken and wrap onto the next line.
C#
public CodiumSDK.CPL.CSSRule WordWrap(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.WordWrap wordWrap, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
wordWrapCodiumSDK.CPL.CSSRule.WordWrapWord Wrap
commentSystem.StringComment

WritingMode(css, writingMode, comment)

The writing-mode property specifies whether lines of text are laid out horizontally or vertically.
C#
public CodiumSDK.CPL.CSSRule WritingMode(this CodiumSDK.CPL.CSSRule css, CodiumSDK.CPL.CSSRule.WritingMode writingMode, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
writingModeCodiumSDK.CPL.CSSRule.WritingModeWriting Mode
commentSystem.StringComment

ZIndex(css, value, comment)

The z-index property specifies the stack order of an element.
C#
public CodiumSDK.CPL.CSSRule ZIndex(this CodiumSDK.CPL.CSSRule css, System.Int32 value, System.String comment);

Regresa

CodiumSDK.CPL.CSSRule

Parámetros

NombreTipoDescripción
cssthiscss
valueSystem.Int32Sets the stack order of the element. Negative numbers are allowed
commentSystem.StringComment