*BeginNote() - HyperView
Indicates the beginning of a note block.
Syntax
*BeginNote (visibility, label)
Application
HyperView
Substatements
*AnchorToScreen()
*Attach()
*AutoHide()
*BorderWidth()
*Color("R G B")
*FillColor("R G B")
*Font()
*NodeLocator()
*NoteAlignment()
*NoteAnchor()
*NoteAngle()
*PartLocator()
*Position()
*Shape()
*Text()
*TextColor("R G B")
*TextColorMode()
*TextFillColorMode()
*TextForegroundColorMode()
*TitleFlag()
*Transparent()
Inputs
- visibility
 - 
            
- On
 - Enables the note.
 - Off
 - Disables the note.
 
 - label
 - Label of the note created.
 
Example
*BeginNote("On", "node 1 Node 1829")
*Transparent("Off")
*AutoHide("Off")
*AnchorToScreen("Off")
*TextFillColorMode(Component)
*FillColor("240 165 23")
*TextColorMode(Maintain Contrast)
*TextColor(" 0 0 0")
*Attach("NODE")
*NodeLocator("1 Shell 8 Node 1829")
*Position(0.656753, 0.036207)
*Text("Node: {entity.id}")
*TextForegroundColorMode(Component)
*Font("Noto Sans", "regular", "regular", 10)
*Color("240 165 23")
*BorderWidth(1)
*Shape("Rectangle")
*NoteAlignment("Left")
*NoteAngle(10)
*NoteAnchor("None", "None")
*TitleFlag("No")
*EndNote()
      Comments
This block captures the note settings from the Notes tool in HyperView.