Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Returns an Shading object which on which you can manipulate the default shading (fill color and/or pattern) properties of a table's cells that has this formatting.

Signature
C#
C#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public Shading DefaultShading{ get; }
{signature}{signature:</pre></td></tr></tbody></table>
} Public
Signature
vb.net
vb.net

<p>Public ReadOnly Property DefaultShading() As Shading
{signature}
{remarks}MS Word equivalent: Format menu > Borders and Shading</p>
Remarks

MS Word equivalent: Format menu > Borders and Shading...

>

Shading

tab {remarks} {example}{code:csharp|title=C#}

tab

Example
Code Block
csharp
csharp
titleC#


          oTableFormatting.Shading.BackgroundColor = Color.Gray;
        
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}


          oTableFormatting.Shading.BackgroundColor = Color.Gray
        
{code} {example}