GlowFormat Interface

Definition

Represents a glow effect around an Office graphic.

public interface class GlowFormat : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03BD-0000-0000-C000-000000000046")]
public interface GlowFormat : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03BD-0000-0000-C000-000000000046")>]
type GlowFormat = interface
    interface _IMsoDispObj
Public Interface GlowFormat
Implements _IMsoDispObj
Attributes
Implements

Properties

Application

Gets an Application object that represents the container application for the GlowFormat object. Read-only.

Color

Gets the color of text formatted as glow. Read-only.

Creator

Gets a 32-bit integer that indicates the application in which the GlowFormat object was created. Read-only.

Radius

Gets or sets the radius value of the glow effect for the GlowFormat object. Read/write.

Transparency

Gets or sets the degree of transparency of the specified glow as a value between 0.0 (opaque) and 1.0 (clear).

Applies to