namespace AssetStudio { /// /// Specifies the style of a mapping. /// public enum MappingStyle { /// /// The block mapping style. /// Block, /// /// The flow mapping style. /// Flow } }