MasterShortcut Class

Specifies a master shortcut defined in the document.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramMasterShortcut

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class MasterShortcut

The MasterShortcut type exposes the following members.

Constructors
  NameDescription
Public methodMasterShortcut
Constructor.
Properties
  NameDescription
Public propertyAlignName
Specifies whether the element's text in the stencil window is aligned left, right, or center.
Public propertyIcon
Specifies a MIME (Multipurpose Internet Mail Extensions) encoded binary icon (in .ico format) for a Master or MasterShortcut element in a document.
Public propertyIconSize
The size of the element's icon.
Public propertyID
The unique ID of the element within its parent element.
Public propertyName
The name of the element.
Public propertyNameU
The universal name of the element.
Public propertyPatternFlags
Determines whether a master behaves as a custom pattern.
Public propertyPrompt
The status bar and tool tip prompt for the element.
Public propertyShortcutHelp
A help string for the element.
Public propertyShortcutURL
A URL to a MasterShortcut element. If this attribute is present, this MasterShortcut element is a shortcut.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also