EffectParameter Interface
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.
Describes a single Picture Effect parameter.
public interface class EffectParameter : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03CF-0000-0000-C000-000000000046")]
public interface EffectParameter : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03CF-0000-0000-C000-000000000046")>]
type EffectParameter = interface
interface _IMsoDispObj
Public Interface EffectParameter
Implements _IMsoDispObj
- Attributes
- Implements
Properties
Application |
Gets an Application object that represents the container application for the EffectParameter object. |
Creator |
Gets a 32-bit integer that indicates the application in which the EffectParameter object was created. |
Name |
Gets the string name of the EffectParameterparameter. |
Value |
Gets or sets the value of the EffectParameter object. |