IPresetShadowEffectiveData

Interfaz IPresetShadowEffectiveData

Objeto inmutable que representa un efecto de sombra preestablecido.

public interface IPresetShadowEffectiveData : IEffectEffectiveData

Propiedades

NombreDescripción
AsIEffectEffectiveData { get; }Permite obtener la interfaz base IEffectEffectiveData. Solo lectura IEffectEffectiveData.
Direction { get; }Dirección de la sombra. Solo lectura Single.
Distance { get; }Distancia de la sombra. Solo lectura Double.
Preset { get; }Preestablecido. Solo lectura PresetShadowType.
ShadowColor { get; }Color de la sombra. Solo lectura Color.

Véase también