Skip to main content
All docs
V26.1
  • 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
    CameraLongitude
    CameraPreset Gets or sets the preset camera type.
    CameraRevolution
    CameraZoom
    ContourColor
    ContourWidth
    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
    LightRigLongitude
    LightRigPreset Gets or sets the light rig preset.
    LightRigRevolution
    PresetMaterial Gets or sets the preset material applied to the shape.
    ShapeDepth
    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