InkEffect

InkBrush.InkEffect property

Gets the ink effect type (e.g., Galaxy, Gold, Silver) that defines the visual style of the ink stroke. The value is parsed from the brush property “inkEffects”. If no recognized effect is specified, NotDefined is returned.

public InkEffectType InkEffect { get; }

See Also