Share via


Glyphs.StyleSimulations Property

Definition

Gets or sets the style simulations applied to the glyphs.

public:
 property StyleSimulations StyleSimulations { StyleSimulations get(); void set(StyleSimulations value); };
StyleSimulations StyleSimulations();

void StyleSimulations(StyleSimulations value);
public StyleSimulations StyleSimulations { get; set; }
var styleSimulations = glyphs.styleSimulations;
glyphs.styleSimulations = styleSimulations;
Public Property StyleSimulations As StyleSimulations
<Glyphs StyleSimulation="styleSimulationsMemberName"/>

Property Value

One of the enumeration values that specifies the style simulations to apply to the glyphs. The default is "None".

Applies to