Text shape type.
TVFTextShapeType = ( st_rectangle, st_ellipse );
enum TVFTextShapeType { st_rectangle, st_ellipse };
public enum TVFTextShapeType { st_rectangle, st_ellipse }
Public Enum TVFTextShapeType st_rectangle st_ellipse End Enum
public class TVFTextShapeType;
enum TVFTextShapeType { st_rectangle, st_ellipse };
TVFTextShapeType
MediaPlayerTypes
Members |
Description |
st_rectangle |
Rectangle. |
st_ellipse |
Ellipse. |
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|