ShadowGlyph Class
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.
Caution
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Provides a drop shadow for display by CompositeActivityDesigner classes.
public ref class ShadowGlyph sealed : System::Workflow::ComponentModel::Design::DesignerGlyph
public sealed class ShadowGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class ShadowGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
type ShadowGlyph = class
inherit DesignerGlyph
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ShadowGlyph = class
inherit DesignerGlyph
Public NotInheritable Class ShadowGlyph
Inherits DesignerGlyph
- Inheritance
- Attributes
Remarks
Note
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
A CompositeActivityDesigner displays a ShadowGlyph if the ShowDropShadow property is set to true
.
Constructors
ShadowGlyph() |
Initializes a new instance of the ShadowGlyph class. |
Fields
HighestPriority |
Represents the highest priority possible for a DesignerGlyph. This value is a constant. (Inherited from DesignerGlyph) |
LowestPriority |
Represents the lowest priority possible for a DesignerGlyph. This value is a constant. (Inherited from DesignerGlyph) |
NormalPriority |
Represents the normal priority for a DesignerGlyph. This value is a constant. (Inherited from DesignerGlyph) |
Properties
CanBeActivated |
Gets a value indicating whether the DesignerGlyph can gain focus on the ActivityDesigner with which it is associated. (Inherited from DesignerGlyph) |
Priority |
Gets the priority setting for the glyph on the activity designer surface. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetBounds(ActivityDesigner, Boolean) |
Returns the bounds for the glyph on the specified ActivityDesigner. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
OnActivate(ActivityDesigner) |
Indicates to the glyph that an action has been performed which has activated the glyph. (Inherited from DesignerGlyph) |
OnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner) |
When overridden in a derived class, performs any tasks required to render the glyph on the activity designer surface. (Inherited from DesignerGlyph) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Applies to
.NET