Show / Hide Table of Contents

Class TextRunEffects

Effects that can be applied to a text run.

Inheritance
System.Object
TextRunEffects
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TextRunEffects : object

Properties

Glow

Declaration
public GlowEffect Glow { get; }
Property Value
Type Description
GlowEffect

Reflection

Declaration
public Reflection Reflection { get; }
Property Value
Type Description
Reflection

Shadow

Declaration
public Shadow Shadow { get; }
Property Value
Type Description
Shadow

SoftEdges

Declaration
public SoftEdges SoftEdges { get; }
Property Value
Type Description
SoftEdges
Back to top Generated by DocFX