Gets the resolved value of the
Format property. It will return the same value if in design mode or if the runtime
treats the value of
Format as a string.
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public string ActualFormat { get; private set; } |
Visual Basic |
---|
Public Property ActualFormat As String
Get
Private Set |
JScript |
---|
final function get ActualFormat () : String
private final function set ActualFormat (value : String) |
Implements
IChartPenActualFormat()()()()See Also