C# Class SlideBuilder.Models.Shapes.MDShapeTitle

Inheritance: MDShapeText, IMDShape
Mostra file Open project: TelerikAcademy/Common

Public Properties

Property Type Description
isTitleCommented bool

Public Methods

Method Description
MDShapeTitle ( string line )
MDShapeTitle ( string line, bool isSecondaryTitle, bool isTitleCommented = false )
ToString ( ) : string

Method Details

MDShapeTitle() public method

public MDShapeTitle ( string line )
line string

MDShapeTitle() public method

public MDShapeTitle ( string line, bool isSecondaryTitle, bool isTitleCommented = false )
line string
isSecondaryTitle bool
isTitleCommented bool

ToString() public method

public ToString ( ) : string
return string

Property Details

isTitleCommented public_oe property

public bool isTitleCommented
return bool