C# 클래스 NSoft.NFramework.FusionCharts.AnimationStyle

상속: ChartStyleElementBase
파일 보기 프로젝트 열기: debop/NFramework

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AnimationStyle ( string name ) : System

생성자

GenerateXmlAttributes ( XmlWriter writer ) : void

속성들을 Xml Attribute로 생성합니다.

메소드 상세

AnimationStyle() 공개 메소드

생성자
public AnimationStyle ( string name ) : System
name string
리턴 System

GenerateXmlAttributes() 공개 메소드

속성들을 Xml Attribute로 생성합니다.
public GenerateXmlAttributes ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Attribute를 쓸 Writer
리턴 void