captionSide property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getcaptionSide

Gets the value of "caption-side"

Implementation

String get captionSide => getPropertyValue('caption-side');

setcaptionSide (String value)

Sets the value of "caption-side"

Implementation

set captionSide(String value) {
  setProperty('caption-side', value, '');
}