Glyphs.StyleSimulations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".