Skip to main content
All docs
V25.2
  • ShapeEffect3DProperties Members

    Contains settings for 3D effects applied to a shape.

    Constructors

    Name Description
    ShapeEffect3DProperties() Initializes a new instance of the ShapeEffect3DProperties class.

    Properties

    Name Description
    BackdropPlaneAnchorPoint Gets or sets the anchor point of the backdrop plane.
    BackdropPlaneNormalVector Gets or sets a vector that is perpendicular to the face of the backdrop plane.
    BackdropPlaneUpVector Gets or sets a vector that defines the upward direction of the backdrop plane.
    BottomBevelHeight Gets or sets the height of the bottom bevel of a shape.
    BottomBevelPreset Gets or sets the preset type of the shape’s bottom bevel.
    BottomBevelWidth Gets or sets the width of the shape’s bottom bevel.
    CameraFov Gets or sets the camera field of view (FOV) angle in degrees.
    CameraLatitude Gets or sets the camera latitude angle in degrees.
    CameraLongitude Gets or sets the camera longitude angle in degrees.
    CameraPreset Gets or sets the preset camera type.
    CameraRevolution Gets or sets the camera revolution angle, in degrees, used to rotate the camera around the shape.
    CameraZoom Gets or sets the camera zoom value.
    ContourColor Gets or sets the shape contour color.
    ContourWidth Gets or sets the shape contour width.
    ExtrusionColor Gets or sets the extrusion color applied to a shape. Extrusion adds artificial height to the shape’s geometry.
    ExtrusionHeight Gets or sets the extrusion height applied to a shape. Extrusion adds artificial height to the shape’s geometry.
    LightRigDirection Gets or sets the light rig direction.
    LightRigLatitude Gets or sets the light rig latitude.
    LightRigLongitude Gets or sets the light rig longitude.
    LightRigPreset Gets or sets the light rig preset.
    LightRigRevolution Gets or sets the light rig revolution angle, in degrees, used to rotate the light rig around the shape.
    PresetMaterial Gets or sets the preset material applied to the shape.
    ShapeDepth Gets or sets the shape depth.
    TopBevelHeight Gets or sets the height of the top bevel.
    TopBevelPreset Gets or sets the top bevel preset.
    TopBevelWidth Gets or sets the width of the top bevel.

    Methods

    Name Description
    Clone() Clones the current ShapeEffect3DProperties instance.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also