Represents a scalar event.
public sealed class Scalar : NodeEvent
kind:method, kind:property, kind:ctor. Press Esc to clear.Scalar(String, ScalarStyle)Initializes a new instance of the Scalar class.Scalar(String?, String?, String, ScalarStyle, Boolean, Boolean, Mark, Mark)Initializes a new instance of the Scalar class.Scalar(String?, String?, String, ScalarStyle, Boolean, Boolean)Initializes a new instance of the Scalar class.Scalar(String, String, String)Initializes a new instance of the Scalar class.Scalar(String?, String)Initializes a new instance of the Scalar class.Scalar(String)Initializes a new instance of the Scalar class.IsCanonicalGets a value indicating whether this instance is canonical.IsPlainImplicitGets a value indicating whether the tag is optional for the plain style.IsQuotedImplicitGets a value indicating whether the tag is optional for any non-plain style.NestingIncreaseGets a value indicating the variation of depth caused by this event. The value can be either -1, 0 or 1. For start events, it will be 1, for end events, it will be -1, and for the remaining events, it will be 0.StyleGets the style of the scalar.ValueGets the value.ToString()Returns a String that represents the current Object.